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