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 16 matching lines...) Expand all Loading... |
27 "drawsContent": true, | 27 "drawsContent": true, |
28 "children": [ | 28 "children": [ |
29 { | 29 { |
30 "name": "LayoutBlockFlow (relative positioned) DIV id='parent' class='
parent'", | 30 "name": "LayoutBlockFlow (relative positioned) DIV id='parent' class='
parent'", |
31 "position": [8, 8], | 31 "position": [8, 8], |
32 "bounds": [242, 192], | 32 "bounds": [242, 192], |
33 "drawsContent": true, | 33 "drawsContent": true, |
34 "children": [ | 34 "children": [ |
35 { | 35 { |
36 "name": "LayoutBlockFlow (relative positioned) DIV id='child' clas
s='child'", | 36 "name": "LayoutBlockFlow (relative positioned) DIV id='child' clas
s='child'", |
37 "position": [120, 39], | 37 "position": [121, 39], |
38 "transformOrigin": [126, 50], | 38 "bounds": [250, 100], |
39 "bounds": [251, 100], | 39 "contentsOpaque": true, |
40 "drawsContent": true, | 40 "drawsContent": true, |
41 "backgroundColor": "#008000", | 41 "backgroundColor": "#008000", |
42 "transform": [ | 42 "transform": [ |
43 [0.707106781186548, 0, -0.707106781186548, 0.00117851130197758], | 43 [0.707106781186548, 0, -0.707106781186548, 0.00117851130197758], |
44 [0, 1, 0, 0], | 44 [0, 1, 0, 0], |
45 [0.707106781186548, 0, 0.707106781186548, -0.00117851130197758], | 45 [0.707106781186548, 0, 0.707106781186548, -0.00117851130197758], |
46 [-50, 10, 100, 0.833333333333333] | 46 [-50, 10, 100, 0.833333333333333] |
47 ] | 47 ] |
48 } | 48 } |
49 ] | 49 ] |
(...skipping 10 matching lines...) Expand all Loading... |
60 "children": [ | 60 "children": [ |
61 { | 61 { |
62 "name": "LayoutView #document", | 62 "name": "LayoutView #document", |
63 "bounds": [785, 1058], | 63 "bounds": [785, 1058], |
64 "contentsOpaque": true, | 64 "contentsOpaque": true, |
65 "drawsContent": true | 65 "drawsContent": true |
66 } | 66 } |
67 ] | 67 ] |
68 } | 68 } |
69 | 69 |
OLD | NEW |