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": "InlineTextBox '\u00A0'", | |
11 "rect": [0, 0, 0, 0], | |
12 "reason": "full" | |
13 }, | |
14 { | |
15 "object": "LayoutBlockFlow DIV id='im'", | 10 "object": "LayoutBlockFlow DIV id='im'", |
16 "rect": [11, 131, 100, 100], | 11 "rect": [11, 131, 100, 100], |
17 "reason": "forced by layout" | 12 "reason": "forced by layout" |
18 }, | 13 }, |
19 { | 14 { |
20 "object": "RootInlineBox", | 15 "object": "InlineTextBox '\u00A0'", |
21 "rect": [0, 0, 0, 0], | |
22 "reason": "full" | 16 "reason": "full" |
23 }, | 17 }, |
24 { | 18 { |
25 "object": "RootInlineBox", | 19 "object": "RootInlineBox", |
26 "rect": [0, 0, 0, 0], | 20 "reason": "full" |
| 21 }, |
| 22 { |
| 23 "object": "RootInlineBox", |
27 "reason": "full" | 24 "reason": "full" |
28 } | 25 } |
29 ] | 26 ] |
30 } | 27 } |
31 ] | 28 ] |
32 } | 29 } |
33 | 30 |
OLD | NEW |