diff options
Diffstat (limited to 'layout/reftests/async-scrolling/bg-fixed-child-no-culling-1-ref.html')
-rw-r--r-- | layout/reftests/async-scrolling/bg-fixed-child-no-culling-1-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/async-scrolling/bg-fixed-child-no-culling-1-ref.html b/layout/reftests/async-scrolling/bg-fixed-child-no-culling-1-ref.html new file mode 100644 index 0000000000..8f647b7c9e --- /dev/null +++ b/layout/reftests/async-scrolling/bg-fixed-child-no-culling-1-ref.html @@ -0,0 +1,11 @@ +<!DOCTYPE HTML> +<html> +<body style="overflow:hidden; margin:0;"> + <div style="height: 100px; + background-image:url(repeatable-diagonal-gradient.png); + background-attachment:fixed; + background-repeat:no-repeat; + background-position:top left;"> + </div> +</body> +</html> |