diff options
Diffstat (limited to 'layout/reftests/bugs/339289-1.html')
-rw-r--r-- | layout/reftests/bugs/339289-1.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/bugs/339289-1.html b/layout/reftests/bugs/339289-1.html new file mode 100644 index 0000000000..5510ff9878 --- /dev/null +++ b/layout/reftests/bugs/339289-1.html @@ -0,0 +1,12 @@ +<html> +<head> + <style type="text/css"> + fieldset:after { + content: "Hello World"; + } + </style> +</head> +<body> +<fieldset></fieldset> +</body> +</html> |