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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt

Issue 2577123002: Add optional debugging output of what paint chunks go into what layers. (Closed)
Patch Set: none Created 4 years 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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt
index 3624bdf8e50cb931c3da6e112be69b360b330bd1..d546de00c780c4c4ecc183cb92002874e36ccf17 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt
@@ -5,6 +5,20 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
+ "paintChunkContents": [
+ [
+ {
+ "index": 2,
+ "properties": "client: \"0x3b76d2e04018 LayoutView #document\", type: \"DrawingDocumentBackground\", rect: [0.000000,0.000000 800.000000x600.000000]",
+ "visualRect": "[0,0 800x600]"
+ },
+ {
+ "index": 4,
+ "properties": "client: \"0x3b76d2e1c268 LayoutBlockFlow (positioned) DIV id='target'\", type: \"DrawingBoxDecorationBackground\", rect: [20.000000,20.000000 100.000000x100.000000]",
+ "visualRect": "[20,20 100x100]"
+ }
+ ]
+ ],
"paintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='target'",
@@ -12,9 +26,9 @@
"reason": "bounds change"
},
{
- "object": "LayoutBlockFlow (positioned) DIV id='target'",
+ "object": "",
"rect": [0, 0, 100, 100],
- "reason": "bounds change"
+ "reason": "full"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698