diff options
Diffstat (limited to 'layout/reftests/usercss/usercss-moz-document-ref.html')
-rw-r--r-- | layout/reftests/usercss/usercss-moz-document-ref.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/usercss/usercss-moz-document-ref.html b/layout/reftests/usercss/usercss-moz-document-ref.html new file mode 100644 index 0000000000..c33062ea9d --- /dev/null +++ b/layout/reftests/usercss/usercss-moz-document-ref.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> +<style>p { background-color: lime; }</style> +</head> +<body> +<p>@-moz-document rules should be applied.</p> +<p>@-moz-document rules should not be applied.</p> +</body> +</html> |