diff options
Diffstat (limited to 'layout/reftests/usercss/usercss.html')
-rw-r--r-- | layout/reftests/usercss/usercss.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/usercss/usercss.html b/layout/reftests/usercss/usercss.html new file mode 100644 index 0000000000..44d9bd6633 --- /dev/null +++ b/layout/reftests/usercss/usercss.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> +<head> +<style> +p { + background-color: red; +} +</style> +</head> +<body> +<p class="reftest-usercss">This paragraph should have a green background.</p> +<p class="reftest-usercss-import">This paragraph should have a green background.</p> +</body> +</html> |