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 [0, 200, 200, 200], | 9 [0, 200, 200, 200], |
10 [0, 0, 200, 200] | 10 [0, 0, 200, 200] |
11 ], | 11 ], |
| 12 "paintInvalidationClients": [ |
| 13 "LayoutBlockFlow DIV id='overflow1'", |
| 14 "LayoutBlockFlow DIV id='overflow2'" |
| 15 ], |
12 "children": [ | 16 "children": [ |
13 { | 17 { |
14 "bounds": [100, 100], | 18 "bounds": [100, 100], |
15 "contentsOpaque": true, | 19 "contentsOpaque": true, |
16 "drawsContent": true, | 20 "drawsContent": true, |
17 "backfaceVisibility": "hidden", | 21 "backfaceVisibility": "hidden", |
18 "backgroundColor": "#008000" | 22 "backgroundColor": "#008000" |
19 }, | 23 }, |
20 { | 24 { |
21 "position": [0, 200], | 25 "position": [0, 200], |
(...skipping 30 matching lines...) Expand all Loading... |
52 "backfaceVisibility": "hidden", | 56 "backfaceVisibility": "hidden", |
53 "backgroundColor": "#008000" | 57 "backgroundColor": "#008000" |
54 } | 58 } |
55 ] | 59 ] |
56 } | 60 } |
57 ] | 61 ] |
58 } | 62 } |
59 ] | 63 ] |
60 } | 64 } |
61 | 65 |
OLD | NEW |