diff options
Diffstat (limited to 'layout/reftests/css-blending/background-blending-moz-element-ref.html')
-rw-r--r-- | layout/reftests/css-blending/background-blending-moz-element-ref.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/layout/reftests/css-blending/background-blending-moz-element-ref.html b/layout/reftests/css-blending/background-blending-moz-element-ref.html new file mode 100644 index 0000000000..70298325c4 --- /dev/null +++ b/layout/reftests/css-blending/background-blending-moz-element-ref.html @@ -0,0 +1,22 @@ +<!-- + Any copyright is dedicated to the Public Domain. + http://creativecommons.org/publicdomain/zero/1.0/ +--> +<!DOCTYPE html> +<html> +<head> +<style> + +.c { + height: 10px; + background: rgba(0,255,0,.5); +} + +</style> +</head> +<body> +<div class="c"></div> +<div class="c"></div> +</body> +</html> + |