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