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

Unified Diff: third_party/WebKit/LayoutTests/paint/overflow/background-should-be-recorded-full.html

Issue 1416053003: Let synchronized painting generate correct paint invalidation rects (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/paint/overflow/background-should-be-recorded-full.html
diff --git a/third_party/WebKit/LayoutTests/paint/overflow/background-should-be-recorded-full.html b/third_party/WebKit/LayoutTests/paint/overflow/background-should-be-recorded-full.html
index 37fb864449bb4a7c811059d7821fff1d6e1c8d83..d1b7847a3c724b851a04c4987a691b48afe1ffbf 100644
--- a/third_party/WebKit/LayoutTests/paint/overflow/background-should-be-recorded-full.html
+++ b/third_party/WebKit/LayoutTests/paint/overflow/background-should-be-recorded-full.html
@@ -19,6 +19,7 @@ body {
<div id="big-black-box"></div>
<script>
runAfterLayoutAndPaint(function() {
+ console.log('x');
Xianzhu 2015/10/22 22:51:48 This will be removed in the next patch set after t
window.scrollTo(0, 10000);
}, true);
</script>

Powered by Google App Engine
This is Rietveld 408576698