Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1422)

Unified Diff: third_party/WebKit/Source/web/tests/data/iframe-background-attachment-fixed.html

Issue 2531603003: Only scroll on main if the targeted frames need to scroll on main (Closed)
Patch Set: Resolve conflict Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"/>

Powered by Google App Engine
This is Rietveld 408576698