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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/multi-subsequence-composited.html

Issue 1391753005: (WIP) Invalidation during painting (for synchronized painting) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/paint/invalidation/multi-subsequence-composited.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/multi-subsequence-composited.html b/third_party/WebKit/LayoutTests/paint/invalidation/multi-subsequence-composited.html
index 96deb61a1489a17325dfe0159ef9653fce227891..ce5b659ac375405946278c69f99157fd77985777 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/multi-subsequence-composited.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/multi-subsequence-composited.html
@@ -12,10 +12,12 @@ onload = function() {
if (window.testRunner)
testRunner.waitUntilDone();
runAfterLayoutAndPaint(function() {
+ console.log('XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX');
content1a.style.backgroundColor = 'green';
runAfterLayoutAndPaint(function() {
content2.style.backgroundColor = 'green';
if (window.testRunner)
+ testRunner.setCustomTextOutput(window.internals.layerTreeAsText(document, 0xffffffff));
testRunner.notifyDone();
});
});

Powered by Google App Engine
This is Rietveld 408576698