diff options
Diffstat (limited to 'layout/reftests/bugs/645491-1.html')
-rw-r--r-- | layout/reftests/bugs/645491-1.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/bugs/645491-1.html b/layout/reftests/bugs/645491-1.html new file mode 100644 index 0000000000..d301d2d0c5 --- /dev/null +++ b/layout/reftests/bugs/645491-1.html @@ -0,0 +1,12 @@ +<!-- This test needs to be in quirks mode --> +<html> + <head> + <style> + body { color: red; } + body#foo { color: green; } + </style> + </head> + <body onload="document.body.offsetWidth; document.body.id = 'FOO'"> + This should be green + </body> +</html> |