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

Side by Side Diff: third_party/WebKit/Source/web/tests/data/iframe-background-attachment-fixed-inner.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
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/has-non-layer-viewport-constrained-objects.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style> 2 <style>
3 .background-attachment-fixed { 3 .background-attachment-fixed {
4 background-image: url("white-1x1.png"); 4 background-image: url("white-1x1.png");
5 background-attachment: fixed; 5 background-attachment: fixed;
6 height: 2000px;
6 } 7 }
7 </style> 8 </style>
8 9
9 <div id="scrollable" style="will-change:transform; height: 2000px;" class="backg round-attachment-fixed" /> 10 <div id="scrollable" style="will-change:transform;" class="background-attachment -fixed" />
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/has-non-layer-viewport-constrained-objects.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698