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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintChunkContents": [
9 [
10 {
11 "index": 2,
12 "properties": "client: \"0x3b76d2e04018 LayoutView #document\", type : \"DrawingDocumentBackground\", rect: [0.000000,0.000000 800.000000x600.000000] ",
13 "visualRect": "[0,0 800x600]"
14 },
15 {
16 "index": 4,
17 "properties": "client: \"0x3b76d2e1c268 LayoutBlockFlow (positioned) DIV id='target'\", type: \"DrawingBoxDecorationBackground\", rect: [20.000000,2 0.000000 100.000000x100.000000]",
18 "visualRect": "[20,20 100x100]"
19 }
20 ]
21 ],
8 "paintInvalidations": [ 22 "paintInvalidations": [
9 { 23 {
10 "object": "LayoutBlockFlow (positioned) DIV id='target'", 24 "object": "LayoutBlockFlow (positioned) DIV id='target'",
11 "rect": [20, 20, 100, 100], 25 "rect": [20, 20, 100, 100],
12 "reason": "bounds change" 26 "reason": "bounds change"
13 }, 27 },
14 { 28 {
15 "object": "LayoutBlockFlow (positioned) DIV id='target'", 29 "object": "",
16 "rect": [0, 0, 100, 100], 30 "rect": [0, 0, 100, 100],
17 "reason": "bounds change" 31 "reason": "full"
18 } 32 }
19 ] 33 ]
20 } 34 }
21 ], 35 ],
22 "objectPaintInvalidations": [ 36 "objectPaintInvalidations": [
23 { 37 {
24 "object": "LayoutBlockFlow (positioned) DIV id='target'", 38 "object": "LayoutBlockFlow (positioned) DIV id='target'",
25 "reason": "bounds change" 39 "reason": "bounds change"
26 } 40 }
27 ] 41 ]
28 } 42 }
29 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698