OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutInline SPAN id='outer'", | 12 "object": "LayoutInline SPAN id='outer'", |
11 "rect": [3, 83, 94, 30], | 13 "rect": [3, 83, 94, 30], |
12 "reason": "style change" | 14 "reason": "style change" |
13 }, | |
14 { | |
15 "object": "LayoutBlockFlow (anonymous)", | |
16 "reason": "forced by layout" | |
17 }, | |
18 { | |
19 "object": "LayoutBlockFlow (anonymous)", | |
20 "reason": "forced by layout" | |
21 }, | |
22 { | |
23 "object": "LayoutInline SPAN id='outer'", | |
24 "reason": "full" | |
25 }, | |
26 { | |
27 "object": "LayoutInline SPAN id='outer'", | |
28 "reason": "style change" | |
29 } | 15 } |
30 ] | 16 ] |
31 } | 17 } |
| 18 ], |
| 19 "objectPaintInvalidations": [ |
| 20 { |
| 21 "object": "LayoutBlockFlow (anonymous)", |
| 22 "reason": "forced by layout" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutInline SPAN id='outer'", |
| 26 "reason": "style change" |
| 27 }, |
| 28 { |
| 29 "object": "LayoutBlockFlow (anonymous)", |
| 30 "reason": "forced by layout" |
| 31 }, |
| 32 { |
| 33 "object": "LayoutInline SPAN id='outer'", |
| 34 "reason": "forced by layout" |
| 35 }, |
| 36 { |
| 37 "object": "LayoutInline SPAN id='outer'", |
| 38 "reason": "style change" |
| 39 } |
32 ] | 40 ] |
33 } | 41 } |
34 | 42 |
OLD | NEW |