diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/invalid/006.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/invalid/006.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/invalid/006.html b/third_party/WebKit/LayoutTests/fast/invalid/006.html new file mode 100644 index 0000000..ef1a675 --- /dev/null +++ b/third_party/WebKit/LayoutTests/fast/invalid/006.html @@ -0,0 +1,15 @@ +<html> +<head> +<style> +body { + color: white; !important +} + +body { + background-color:green; +} +</style> +</head> +<body> +This should be white text on a green background. +</body> |