diff options
Diffstat (limited to 'layout/reftests/async-scrolling/bg-fixed-transformed-image-ref.html')
-rw-r--r-- | layout/reftests/async-scrolling/bg-fixed-transformed-image-ref.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/async-scrolling/bg-fixed-transformed-image-ref.html b/layout/reftests/async-scrolling/bg-fixed-transformed-image-ref.html new file mode 100644 index 000000000..a59d053c4 --- /dev/null +++ b/layout/reftests/async-scrolling/bg-fixed-transformed-image-ref.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html> + +<style> + +body { + margin: 0; + overflow: hidden; +} + +div { + height: 1400px; + background: url(repeatable-diagonal-gradient.png) top left / 512px 512px no-repeat +} + +</style> + +<div></div> +</html> |