summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/390318-1e.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/390318-1e.html')
-rw-r--r--layout/reftests/bugs/390318-1e.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/bugs/390318-1e.html b/layout/reftests/bugs/390318-1e.html
new file mode 100644
index 0000000000..2693566c95
--- /dev/null
+++ b/layout/reftests/bugs/390318-1e.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <style>body { color: green; } body { color: red a</style>
+ </head>
+ <body>
+ This should be green
+ </body>
+</html>