Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / layer-creation / overlap-animation-container-expected.txt
bloba610fb34e9202d283322720715b2745b80969e04
1 Before:
3   "bounds": [785, 802],
4   "children": [
5     {
6       "bounds": [785, 802],
7       "contentsOpaque": true,
8       "drawsContent": true,
9       "children": [
10         {
11           "shouldFlattenTransform": false,
12           "children": [
13             {
14               "position": [18, 120],
15               "bounds": [100, 100],
16               "contentsOpaque": true,
17               "drawsContent": true,
18               "backgroundColor": "#0000FF",
19               "transform": [
20                 [...],
21                 [...],
22                 [...],
23                 [...]
24               ]
25             },
26             {
27               "position": [46, 230],
28               "bounds": [146, 452],
29               "drawsContent": true
30             }
31           ]
32         },
33         {
34           "shouldFlattenTransform": false,
35           "children": [
36             {
37               "position": [69, 241],
38               "bounds": [100, 100],
39               "contentsOpaque": true,
40               "drawsContent": true,
41               "backgroundColor": "#808080",
42               "transform": [
43                 [...],
44                 [...],
45                 [...],
46                 [...]
47               ]
48             },
49             {
50               "position": [18, 692],
51               "bounds": [100, 100],
52               "drawsContent": true
53             }
54           ]
55         }
56       ]
57     }
58   ]
61 After:
63   "bounds": [785, 802],
64   "children": [
65     {
66       "bounds": [785, 802],
67       "contentsOpaque": true,
68       "drawsContent": true,
69       "children": [
70         {
71           "shouldFlattenTransform": false,
72           "children": [
73             {
74               "position": [18, 120],
75               "bounds": [100, 100],
76               "contentsOpaque": true,
77               "drawsContent": true,
78               "backgroundColor": "#0000FF",
79               "transform": [
80                 [...],
81                 [...],
82                 [...],
83                 [...]
84               ]
85             },
86             {
87               "position": [58, 230],
88               "bounds": [122, 452],
89               "drawsContent": true
90             }
91           ]
92         },
93         {
94           "shouldFlattenTransform": false,
95           "children": [
96             {
97               "position": [69, 241],
98               "bounds": [100, 100],
99               "contentsOpaque": true,
100               "drawsContent": true,
101               "backgroundColor": "#808080",
102               "transform": [
103                 [...],
104                 [...],
105                 [...],
106                 [...]
107               ]
108             },
109             {
110               "position": [18, 328],
111               "bounds": [174, 464],
112               "drawsContent": true
113             }
114           ]
115         }
116       ]
117     }
118   ]