diff options
Diffstat (limited to 'layout/reftests/backgrounds/background-size-body-cover-not-fixed.html')
-rw-r--r-- | layout/reftests/backgrounds/background-size-body-cover-not-fixed.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/backgrounds/background-size-body-cover-not-fixed.html b/layout/reftests/backgrounds/background-size-body-cover-not-fixed.html new file mode 100644 index 0000000000..d61dd3e2ee --- /dev/null +++ b/layout/reftests/backgrounds/background-size-body-cover-not-fixed.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> +<head> + <title>background-size: cover; no-repeat, not-fixed on body</title> + <style type="text/css"> +body +{ + background-image: url(aqua-32x32.png); + background-attachment: scroll; + background-repeat: no-repeat; + background-size: cover; +} + </style> +</head> +<body> +</body> +</html> |