diff options
Diffstat (limited to 'layout/reftests/reftest-sanity/reftest-no-paint-ref.html')
-rw-r--r-- | layout/reftests/reftest-sanity/reftest-no-paint-ref.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/reftest-sanity/reftest-no-paint-ref.html b/layout/reftests/reftest-sanity/reftest-no-paint-ref.html new file mode 100644 index 0000000000..f8b0679de6 --- /dev/null +++ b/layout/reftests/reftest-sanity/reftest-no-paint-ref.html @@ -0,0 +1,7 @@ +<!DOCTYPE HTML> +<html> +<body style="background-color: black"> +<div style="background-color: rgba(255, 0, 0, 0.5); width:100px; height:100px;" > +</div> +</body> +</html> |