Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / layer-creation / overlap-transformed-3d-expected.txt
blobeeba34a9d79007efe5202211076eb436a6ae8ce9
1 Before:
3   "bounds": [800, 600],
4   "children": [
5     {
6       "bounds": [800, 600],
7       "contentsOpaque": true,
8       "drawsContent": true,
9       "children": [
10         {
11           "position": [108, 108],
12           "bounds": [100, 100],
13           "contentsOpaque": true,
14           "drawsContent": true,
15           "backgroundColor": "#008000",
16           "transform": [
17             [1, 0, 0, 0],
18             [0, 1, 0, 0],
19             [0, 0, 1, 0],
20             [0, 0, -1, 1]
21           ]
22         }
23       ]
24     }
25   ]
28 After:
30   "bounds": [800, 600],
31   "children": [
32     {
33       "bounds": [800, 600],
34       "contentsOpaque": true,
35       "drawsContent": true,
36       "children": [
37         {
38           "shouldFlattenTransform": false,
39           "children": [
40             {
41               "position": [108, 108],
42               "bounds": [100, 100],
43               "contentsOpaque": true,
44               "drawsContent": true,
45               "backgroundColor": "#008000",
46               "transform": [
47                 [0.707106781186548, 0.707106781186548, 0, 0],
48                 [-0.707106781186548, 0.707106781186548, 0, 0],
49                 [0, 0, 1, 0],
50                 [0, 0, -1, 1]
51               ]
52             },
53             {
54               "position": [8, 8],
55               "bounds": [300, 300],
56               "drawsContent": true
57             }
58           ]
59         }
60       ]
61     }
62   ]