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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/overflow-scroll-with-local-background.html

Issue 2068723002: Paint local attachment backgrounds into composited scrolling contents layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge allLayersAreLocal and ComputedStyle::hasEntirelyLocalBackground Created 4 years, 4 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/LayoutTests/compositing/overflow/overflow-scroll-with-local-background.html
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/overflow-scroll-with-local-background.html b/third_party/WebKit/LayoutTests/compositing/overflow/overflow-scroll-with-local-background.html
index 6dc6ab4a3803926001355062c47b297730883a16..78225fe50782e8313a64153a74f30e12a240b351 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/overflow-scroll-with-local-background.html
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/overflow-scroll-with-local-background.html
@@ -5,7 +5,7 @@ onload = function() {
// Double rAF to ensure content is painted before scroll.
requestAnimationFrame(function() {
requestAnimationFrame(function() {
- document.getElementById('scroller').scrollTo(0, 200);
+ document.getElementById('scroller').scrollTop = 200;
if (window.testRunner)
window.testRunner.notifyDone();
})

Powered by Google App Engine
This is Rietveld 408576698