Index: third_party/WebKit/Source/web/tests/data/iframe-background-attachment-fixed-inner.html |
diff --git a/third_party/WebKit/Source/web/tests/data/iframe-background-attachment-fixed-inner.html b/third_party/WebKit/Source/web/tests/data/iframe-background-attachment-fixed-inner.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..38843967ce41b47ee9a51e7847b8a09795809552 |
--- /dev/null |
+++ b/third_party/WebKit/Source/web/tests/data/iframe-background-attachment-fixed-inner.html |
@@ -0,0 +1,10 @@ |
+<!DOCTYPE html> |
+<style> |
+.background-attachment-fixed { |
+ background-image: url("white-1x1.png"); |
+ background-attachment: fixed; |
+ height: 2000px; |
+} |
+</style> |
+ |
+<div id="scrollable" style="will-change:transform;" class="background-attachment-fixed" /> |