OLD | NEW |
1 This content is in the parent | 1 This content is in the parent |
2 Box should switch between perspective and flat | 2 Box should switch between perspective and flat |
3 | 3 |
4 First dump layer tree: | 4 First dump layer tree: |
5 { | 5 { |
6 "name": "Content Root Layer", | 6 "name": "Content Root Layer", |
7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
8 "children": [ | 8 "children": [ |
9 { | 9 { |
10 "name": "LayoutView #document", | 10 "name": "LayoutView #document", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 "backgroundColor": "#FFFF00", | 49 "backgroundColor": "#FFFF00", |
50 "transform": [ | 50 "transform": [ |
51 [0.866025403784439, 0.5, 0, 0], | 51 [0.866025403784439, 0.5, 0, 0], |
52 [-0.5, 0.866025403784439, 0, 0], | 52 [-0.5, 0.866025403784439, 0, 0], |
53 [0, 0, 1, 0], | 53 [0, 0, 1, 0], |
54 [0, 0, 0, 1] | 54 [0, 0, 0, 1] |
55 ], | 55 ], |
56 "children": [ | 56 "children": [ |
57 { | 57 { |
58 "name": "LayoutBlockFlow (relative positioned) DIV id='gre
atgrandchild'", | 58 "name": "LayoutBlockFlow (relative positioned) DIV id='gre
atgrandchild'", |
59 "position": [99, 0], | 59 "position": [100, 0], |
60 "transformOrigin": [126, 50], | 60 "bounds": [250, 100], |
61 "bounds": [251, 100], | 61 "contentsOpaque": true, |
62 "drawsContent": true, | 62 "drawsContent": true, |
63 "backgroundColor": "#008000", | 63 "backgroundColor": "#008000", |
64 "transform": [ | 64 "transform": [ |
65 [0.5, 0, -0.866025403784439, 0.0021650635094611], | 65 [0.5, 0, -0.866025403784439, 0.0021650635094611], |
66 [0, 1, 0, 0], | 66 [0, 1, 0, 0], |
67 [0.866025403784439, 0, 0.5, -0.00125], | 67 [0.866025403784439, 0, 0.5, -0.00125], |
68 [-30, 30, 100, 0.75] | 68 [-30, 30, 100, 0.75] |
69 ] | 69 ] |
70 } | 70 } |
71 ] | 71 ] |
(...skipping 14 matching lines...) Expand all Loading... |
86 "children": [ | 86 "children": [ |
87 { | 87 { |
88 "name": "LayoutView #document", | 88 "name": "LayoutView #document", |
89 "bounds": [785, 1574], | 89 "bounds": [785, 1574], |
90 "contentsOpaque": true, | 90 "contentsOpaque": true, |
91 "drawsContent": true | 91 "drawsContent": true |
92 } | 92 } |
93 ] | 93 ] |
94 } | 94 } |
95 | 95 |
OLD | NEW |