diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-backgrounds/background-attachment-margin-root-002-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-backgrounds/background-attachment-margin-root-002-ref.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-backgrounds/background-attachment-margin-root-002-ref.html b/testing/web-platform/tests/css/css-backgrounds/background-attachment-margin-root-002-ref.html new file mode 100644 index 0000000000..9fb084071c --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/background-attachment-margin-root-002-ref.html @@ -0,0 +1,14 @@ +<!doctype HTML> +<style> + div { + background: linear-gradient(rgba(0,255,0,0.5), rgba(0,0,255,0.5)), linear-gradient(rgba(0,0,0,1), rgba(0,0,0,1)); + background-size: 100px 100px, 100px 100px; + background-position: 0 0, 0 0; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + } +</style> +<div></div> |