summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-blending/background-blend-mode-body-fixed-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-blending/background-blend-mode-body-fixed-ref.html')
-rw-r--r--layout/reftests/css-blending/background-blend-mode-body-fixed-ref.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/css-blending/background-blend-mode-body-fixed-ref.html b/layout/reftests/css-blending/background-blend-mode-body-fixed-ref.html
new file mode 100644
index 0000000000..b668ceba78
--- /dev/null
+++ b/layout/reftests/css-blending/background-blend-mode-body-fixed-ref.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>Reference for: Blend a background image and a background color on the root, specifying background-attachment: fixed</title>
+
+<style>
+
+html {
+ background: #777777;
+}
+
+</style>