diff options
Diffstat (limited to 'layout/reftests/bugs/347912-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/347912-1-ref.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/bugs/347912-1-ref.html b/layout/reftests/bugs/347912-1-ref.html new file mode 100644 index 000000000..1d50b9f61 --- /dev/null +++ b/layout/reftests/bugs/347912-1-ref.html @@ -0,0 +1,14 @@ +<!DOCTYPE HTML> +<html> +<head> +<title>Testcase, bug 347912</title> +<style type="text/css"> + +body { background: green; } + +</style> +</head> +<body> + +</body> +</html> |