diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bugs/589672-1.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/bugs/589672-1.html b/layout/reftests/bugs/589672-1.html new file mode 100644 index 0000000000..b4a2845405 --- /dev/null +++ b/layout/reftests/bugs/589672-1.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> + <head> + <style> + body { color: red; } + </style> + <style> + @namespace; + body { color: green } + </style> + </head> + <body>This should be green</body> +</html> |