Index: LayoutTests/paint/overflow/fixed-background-scroll-window-expected.html |
diff --git a/LayoutTests/paint/overflow/fixed-background-scroll-window-expected.html b/LayoutTests/paint/overflow/fixed-background-scroll-window-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..60b24662d8b34af479f802ec7c9a379bf9733996 |
--- /dev/null |
+++ b/LayoutTests/paint/overflow/fixed-background-scroll-window-expected.html |
@@ -0,0 +1,12 @@ |
+<!DOCTYPE html> |
+<style> |
+::-webkit-scrollbar { |
+ display: none; |
+} |
+</style> |
+<body style="height: 4000px; background: linear-gradient(red, blue); background-attachment: fixed"> |
+<p style="position: absolute; top: 100px"> |
+Tests painting of fixed background content in scrolled container. |
+Passes if the background doesn't scroll. |
+</p> |
+</body> |