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

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

Issue 2658253003: [RootLayerScrolls] Fix ScrollingCoordinatorTest (Closed)
Patch Set: Remove unused function 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
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/data/iframe-background-attachment-fixed-inner.html
diff --git a/third_party/WebKit/Source/web/tests/data/iframe-background-attachment-fixed-inner.html b/third_party/WebKit/Source/web/tests/data/iframe-background-attachment-fixed-inner.html
index 38843967ce41b47ee9a51e7847b8a09795809552..5dc4b2dd37651bfbd1a18cd39219d307dce1c740 100644
--- a/third_party/WebKit/Source/web/tests/data/iframe-background-attachment-fixed-inner.html
+++ b/third_party/WebKit/Source/web/tests/data/iframe-background-attachment-fixed-inner.html
@@ -3,8 +3,7 @@
.background-attachment-fixed {
background-image: url("white-1x1.png");
background-attachment: fixed;
- height: 2000px;
}
</style>
-<div id="scrollable" style="will-change:transform;" class="background-attachment-fixed" />
+<div id="scrollable" style="will-change:transform; height: 2000px;" class="background-attachment-fixed" />
« 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