diff options
Diffstat (limited to 'layout/reftests/css-blending/background-blending-image-color-959674-ref.html')
-rw-r--r-- | layout/reftests/css-blending/background-blending-image-color-959674-ref.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/css-blending/background-blending-image-color-959674-ref.html b/layout/reftests/css-blending/background-blending-image-color-959674-ref.html new file mode 100644 index 000000000..319e455d2 --- /dev/null +++ b/layout/reftests/css-blending/background-blending-image-color-959674-ref.html @@ -0,0 +1,15 @@ +<!-- + Any copyright is dedicated to the Public Domain. + http://creativecommons.org/publicdomain/zero/1.0/ +--> +<html> +<style> +.reftest { + width: 200px; + height: 200px; + background-color: rgb(0,0,0); +} + +</style> +<div class="reftest"></div> +</html> |