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