diff options
Diffstat (limited to 'layout/reftests/reftest-sanity/green.html')
-rw-r--r-- | layout/reftests/reftest-sanity/green.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/reftest-sanity/green.html b/layout/reftests/reftest-sanity/green.html new file mode 100644 index 000000000..d1695cb8b --- /dev/null +++ b/layout/reftests/reftest-sanity/green.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html> +<body> +<div style="color: green">Text</div> +</body> +</html> |