Index: third_party/WebKit/Source/web/tests/data/iframe-background-attachment-fixed.html |
diff --git a/third_party/WebKit/Source/web/tests/data/iframe-background-attachment-fixed.html b/third_party/WebKit/Source/web/tests/data/iframe-background-attachment-fixed.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9788f271756dded888223a2f9f35e3d08e64b63e |
--- /dev/null |
+++ b/third_party/WebKit/Source/web/tests/data/iframe-background-attachment-fixed.html |
@@ -0,0 +1,3 @@ |
+<!DOCTYPE html> |
+<div id="scrollable" style="height:2000px;"/> |
+<iframe id="iframe" src="iframe-background-attachment-fixed-inner.html"/> |