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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/margin.html

Issue 2383323002: [SPv2] Introduce an option to output the GraphicsLayer tree as a flat layer list. (Closed)
Patch Set: none Created 4 years, 3 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/margin.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/margin.html b/third_party/WebKit/LayoutTests/paint/invalidation/margin.html
index d4de491c6a55f86bdfbf9e9ee61d89e9bdcf3fce..6ecf09094f546c86a89e1df5636cee5562d479d8 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/margin.html
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/margin.html
@@ -8,6 +8,7 @@ function repaintTest()
document.getElementById('target').style.margin = '20px';
}
window.onload = runRepaintAndPixelTest;
+window.outputLayerList = true;
</script>
<style>
body {

Powered by Google App Engine
This is Rietveld 408576698