diff options
Diffstat (limited to 'layout/reftests/bugs/1446470.html')
-rw-r--r-- | layout/reftests/bugs/1446470.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1446470.html b/layout/reftests/bugs/1446470.html new file mode 100644 index 0000000000..e6dc4bc2bf --- /dev/null +++ b/layout/reftests/bugs/1446470.html @@ -0,0 +1,8 @@ +<!doctype html> +<style> +div { color: red; } +@-moz-document url-prefix() { + div { color: green; } +} +</style> +<div>Should be green</div> |