diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/text/rgba-text-ref.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/text/rgba-text-ref.html b/layout/reftests/text/rgba-text-ref.html new file mode 100644 index 0000000000..8bf7036eb5 --- /dev/null +++ b/layout/reftests/text/rgba-text-ref.html @@ -0,0 +1,7 @@ +<!DOCTYPE HTML> +<html> +<body style="background: #000"> + <!-- A regular old red box --> + <div style="background: red; position:absolute; top:30px; left:0px; padding:50px"></div> +</body> +</html> |