OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "children": [ | 10 "children": [ |
9 { | 11 { |
| 12 "name": "LayoutBlockFlow (positioned) DIV id='composited-box'", |
10 "position": [38, 38], | 13 "position": [38, 38], |
11 "bounds": [90, 90], | 14 "bounds": [90, 90], |
12 "drawsContent": true, | 15 "drawsContent": true, |
13 "backfaceVisibility": "hidden", | 16 "backfaceVisibility": "hidden", |
14 "backgroundColor": "#008000", | 17 "backgroundColor": "#008000", |
15 "paintInvalidations": [ | 18 "paintInvalidations": [ |
16 { | 19 { |
17 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'", | 20 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'", |
18 "rect": [0, 0, 70, 70], | 21 "rect": [0, 0, 70, 70], |
19 "reason": "full" | 22 "reason": "full" |
20 }, | 23 }, |
21 { | 24 { |
22 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'", | 25 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'", |
23 "rect": [-30, -30, 50, 100], | 26 "rect": [-30, -30, 50, 100], |
24 "reason": "subtree" | 27 "reason": "subtree" |
25 }, | 28 }, |
26 { | 29 { |
27 "object": "LayoutBlockFlow DIV class='child'", | 30 "object": "LayoutBlockFlow DIV class='child'", |
28 "rect": [-30, -30, 50, 50], | 31 "rect": [-30, -30, 50, 50], |
29 "reason": "subtree" | 32 "reason": "subtree" |
30 } | 33 } |
31 ], | 34 ], |
32 "children": [ | 35 "children": [ |
33 { | 36 { |
| 37 "name": "Child Containment Layer", |
34 "bounds": [90, 90], | 38 "bounds": [90, 90], |
35 "children": [ | 39 "children": [ |
36 { | 40 { |
| 41 "name": "LayoutBlockFlow DIV class='composited child'", |
37 "position": [-30, 20], | 42 "position": [-30, 20], |
38 "bounds": [50, 50], | 43 "bounds": [50, 50], |
39 "contentsOpaque": true, | 44 "contentsOpaque": true, |
40 "drawsContent": true, | 45 "drawsContent": true, |
41 "backfaceVisibility": "hidden", | 46 "backfaceVisibility": "hidden", |
42 "backgroundColor": "#008000" | 47 "backgroundColor": "#008000" |
43 } | 48 } |
44 ] | 49 ] |
45 } | 50 } |
46 ] | 51 ] |
47 } | 52 } |
48 ] | 53 ] |
49 } | 54 } |
| 55 ], |
| 56 "objectPaintInvalidations": [ |
| 57 { |
| 58 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'", |
| 59 "reason": "subtree" |
| 60 }, |
| 61 { |
| 62 "object": "LayoutBlockFlow DIV class='child'", |
| 63 "reason": "subtree" |
| 64 } |
50 ] | 65 ] |
51 } | 66 } |
52 | 67 |
OLD | NEW |