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

Unified Diff: third_party/WebKit/Source/web/tests/data/has-non-layer-viewport-constrained-objects.html

Issue 2672473002: Revert of [RootLayerScrolls] Fix ScrollingCoordinatorTest (Closed)
Patch Set: Created 3 years, 11 months 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/has-non-layer-viewport-constrained-objects.html
diff --git a/third_party/WebKit/Source/web/tests/data/has-non-layer-viewport-constrained-objects.html b/third_party/WebKit/Source/web/tests/data/has-non-layer-viewport-constrained-objects.html
index f2919be5549810d9d89f770b810755180db0d640..50796f68586abbff1dd70521602340fc30f979f6 100644
--- a/third_party/WebKit/Source/web/tests/data/has-non-layer-viewport-constrained-objects.html
+++ b/third_party/WebKit/Source/web/tests/data/has-non-layer-viewport-constrained-objects.html
@@ -1,2 +1,4 @@
<div style="position:fixed;">Fixed obj</div>
-<div id="scrollable" style="overflow: scroll; height:200px; will-change:transform;"></div>
+<div id="scrollable" style="overflow: scroll; height:200px; will-change:transform;">
+ <iframe id="iframe"></iframe>
+</div>

Powered by Google App Engine
This is Rietveld 408576698