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

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..734a9336aa19871d31018ceaf527b4e08db2fcd2 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt
@@ -5,6 +5,22 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
+ "paintChunkContents": [
+ [
+ {
+ "index": 2,
+ "type": "DrawingDocumentBackground",
+ "clientDebugName": "clientDebugName: \"LayoutView #document\"",
chrishtr 2016/12/15 21:26:18 This is just an example, probably best to revert i
+ "visualRect": "[0,0 800x600]"
+ },
+ {
+ "index": 4,
+ "type": "DrawingBoxDecorationBackground",
+ "clientDebugName": "clientDebugName: \"LayoutBlockFlow (positioned) DIV id='target'\"",
+ "visualRect": "[20,20 100x100]"
+ }
+ ]
+ ],
"paintInvalidations": [
{
"object": "LayoutBlockFlow (positioned) DIV id='target'",
@@ -12,9 +28,9 @@
"reason": "bounds change"
},
{
- "object": "LayoutBlockFlow (positioned) DIV id='target'",
+ "object": "",
"rect": [0, 0, 100, 100],
- "reason": "bounds change"
+ "reason": "full"
}
]
}
« no previous file with comments | « third_party/WebKit/LayoutTests/paint/invalidation/margin.html ('k') | third_party/WebKit/Source/core/frame/FrameView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698