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 "repaintRects": [ | 8 "repaintRects": [ |
9 [200, 146, 100, 100], | 9 [200, 146, 100, 100], |
10 [200, 100, 100, 100], | 10 [200, 100, 100, 100], |
11 [0, 204, 800, 42], | 11 [0, 204, 800, 42], |
12 [0, 0, 800, 246] | 12 [0, 0, 800, 246] |
13 ], | 13 ], |
14 "paintInvalidationClients": [ | 14 "paintInvalidationClients": [ |
15 "InlineBox", | 15 "InlineBox", |
16 "InlineBox", | 16 "InlineBox", |
17 "InlineBox", | 17 "InlineBox", |
18 "RootInlineBox", | 18 "RootInlineBox", |
19 "LayoutBlockFlow BODY", | 19 "LayoutBlockFlow BODY", |
20 "LayoutBlockFlow BODY", | 20 "LayoutBlockFlow BODY", |
| 21 "RootInlineBox", |
21 "LayoutBlockFlow DIV id='target'" | 22 "LayoutBlockFlow DIV id='target'" |
22 ] | 23 ] |
23 } | 24 } |
24 ] | 25 ] |
25 } | 26 } |
26 | 27 |
OLD | NEW |