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

Side by Side 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, 10 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 unified diff | Download patch
OLDNEW
1 <div style="position:fixed;">Fixed obj</div> 1 <div style="position:fixed;">Fixed obj</div>
2 <div id="scrollable" style="overflow: scroll; height:200px; will-change:transfor m;"></div> 2 <div id="scrollable" style="overflow: scroll; height:200px; will-change:transfor m;">
3 <iframe id="iframe"></iframe>
4 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698