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 [100, 200, 40, 140], | |
10 [100, 0, 40, 140], | 9 [100, 0, 40, 140], |
11 [20, 220, 100, 100], | 10 [20, 220, 100, 100], |
12 [0, 300, 140, 40], | 11 [0, 200, 140, 140], |
| 12 [0, 200, 100, 100], |
13 [0, 200, 100, 100], | 13 [0, 200, 100, 100], |
14 [0, 100, 140, 40] | 14 [0, 100, 140, 40] |
15 ], | 15 ], |
16 "paintInvalidationClients": [ | 16 "paintInvalidationClients": [ |
17 "LayoutBlockFlow (positioned) DIV id='target1' class='outer'", | 17 "LayoutBlockFlow (positioned) DIV id='target1' class='outer'", |
18 "LayoutBlockFlow (positioned) DIV id='target2' class='outer'", | 18 "LayoutBlockFlow (positioned) DIV id='target2' class='outer'", |
19 "LayoutBlockFlow DIV class='inner'" | 19 "LayoutBlockFlow DIV class='inner'" |
20 ] | 20 ] |
21 } | 21 } |
22 ] | 22 ] |
23 } | 23 } |
24 | 24 |
OLD | NEW |