OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "LayoutBlockFlow BODY", | |
11 "rect": [7, 16, 785, 262], | |
12 "reason": "bounds change" | |
13 }, | |
14 { | |
15 "object": "LayoutBlockFlow DIV", | 10 "object": "LayoutBlockFlow DIV", |
16 "rect": [7, 78, 201, 200], | 11 "rect": [7, 84, 201, 119], |
17 "reason": "bounds change" | 12 "reason": "invalidate paint rectangle" |
18 }, | 13 }, |
19 { | 14 { |
20 "object": "LayoutText #text", | 15 "object": "LayoutText #text", |
21 "rect": [7, 114, 201, 89], | 16 "rect": [7, 114, 201, 89], |
22 "reason": "bounds change" | 17 "reason": "bounds change" |
23 }, | 18 }, |
24 { | 19 { |
25 "object": "LayoutInline SPAN id='t'", | 20 "object": "LayoutInline SPAN id='t'", |
26 "rect": [115, 84, 37, 48], | 21 "rect": [115, 84, 37, 48], |
27 "reason": "style change" | 22 "reason": "style change" |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 "object": "RootInlineBox", | 108 "object": "RootInlineBox", |
114 "reason": "full" | 109 "reason": "full" |
115 }, | 110 }, |
116 { | 111 { |
117 "object": "RootInlineBox", | 112 "object": "RootInlineBox", |
118 "reason": "full" | 113 "reason": "full" |
119 }, | 114 }, |
120 { | 115 { |
121 "object": "RootInlineBox", | 116 "object": "RootInlineBox", |
122 "reason": "full" | 117 "reason": "full" |
123 }, | |
124 { | |
125 "object": "RootInlineBox", | |
126 "reason": "full" | |
127 } | 118 } |
128 ] | 119 ] |
129 } | 120 } |
130 ] | 121 ] |
131 } | 122 } |
132 | 123 |
OLD | NEW |