OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
3 "bounds": [600, 250], | 3 "bounds": [600, 250], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
7 "bounds": [600, 250], | 7 "bounds": [600, 250], |
8 "drawsContent": true, | 8 "drawsContent": true, |
9 "paintInvalidations": [ | 9 "paintInvalidations": [ |
10 { | 10 { |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 } | 54 } |
55 ], | 55 ], |
56 "objectPaintInvalidations": [ | 56 "objectPaintInvalidations": [ |
57 { | 57 { |
58 "object": "LayoutView #document", | 58 "object": "LayoutView #document", |
59 "reason": "incremental" | 59 "reason": "incremental" |
60 }, | 60 }, |
61 { | 61 { |
62 "object": "LayoutBlockFlow HTML", | 62 "object": "LayoutBlockFlow HTML", |
63 "reason": "forced by layout" | 63 "reason": "forced by layout" |
64 }, | |
65 { | |
66 "object": "LayoutBlockFlow BODY", | |
67 "reason": "became visible" | |
68 } | 64 } |
69 ] | 65 ] |
70 } | 66 } |
71 { | 67 { |
72 "name": "Content Root Layer", | 68 "name": "Content Root Layer", |
73 "bounds": [400, 600], | 69 "bounds": [400, 600], |
74 "children": [ | 70 "children": [ |
75 { | 71 { |
76 "name": "LayoutView #document", | 72 "name": "LayoutView #document", |
77 "bounds": [400, 600], | 73 "bounds": [400, 600], |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 } | 120 } |
125 ], | 121 ], |
126 "objectPaintInvalidations": [ | 122 "objectPaintInvalidations": [ |
127 { | 123 { |
128 "object": "LayoutView #document", | 124 "object": "LayoutView #document", |
129 "reason": "incremental" | 125 "reason": "incremental" |
130 }, | 126 }, |
131 { | 127 { |
132 "object": "LayoutBlockFlow HTML", | 128 "object": "LayoutBlockFlow HTML", |
133 "reason": "forced by layout" | 129 "reason": "forced by layout" |
134 }, | |
135 { | |
136 "object": "LayoutBlockFlow BODY", | |
137 "reason": "became visible" | |
138 } | 130 } |
139 ] | 131 ] |
140 } | 132 } |
141 | 133 |
OLD | NEW |