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