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 "children": [ | 8 "children": [ |
9 { | 9 { |
10 "position": [38, 38], | 10 "position": [38, 38], |
11 "bounds": [90, 90], | 11 "bounds": [90, 90], |
12 "drawsContent": true, | 12 "drawsContent": true, |
13 "backfaceVisibility": "hidden", | 13 "backfaceVisibility": "hidden", |
14 "backgroundColor": "#008000", | 14 "backgroundColor": "#008000", |
15 "repaintRects": [ | 15 "repaintRects": [ |
16 [0, 0, 70, 70], | 16 [0, 0, 70, 70], |
17 [-30, -30, 50, 100] | 17 [-30, -30, 50, 100], |
| 18 [-30, -30, 50, 50] |
18 ], | 19 ], |
19 "paintInvalidationClients": [ | 20 "paintInvalidationClients": [ |
20 "##ALL##", | 21 "##ALL##", |
21 "LayoutBlockFlow (positioned) DIV id='composited-box'" | 22 "LayoutBlockFlow (positioned) DIV id='composited-box'", |
| 23 "LayoutBlockFlow DIV class='child'" |
22 ], | 24 ], |
23 "children": [ | 25 "children": [ |
24 { | 26 { |
25 "bounds": [90, 90], | 27 "bounds": [90, 90], |
26 "children": [ | 28 "children": [ |
27 { | 29 { |
28 "position": [-30, 20], | 30 "position": [-30, 20], |
29 "bounds": [50, 50], | 31 "bounds": [50, 50], |
30 "contentsOpaque": true, | 32 "contentsOpaque": true, |
31 "drawsContent": true, | 33 "drawsContent": true, |
32 "backfaceVisibility": "hidden", | 34 "backfaceVisibility": "hidden", |
33 "backgroundColor": "#008000" | 35 "backgroundColor": "#008000" |
34 } | 36 } |
35 ] | 37 ] |
36 } | 38 } |
37 ] | 39 ] |
38 } | 40 } |
39 ] | 41 ] |
40 } | 42 } |
41 ] | 43 ] |
42 } | 44 } |
43 | 45 |
OLD | NEW |