Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / geometry / foreground-layer-expected.txt
blob01cf10f1b5ecb66f12757fc645902cff10d09630
1   
3   "bounds": [800, 600],
4   "children": [
5     {
6       "bounds": [800, 600],
7       "contentsOpaque": true,
8       "drawsContent": true,
9       "children": [
10         {
11           "position": [18, 88],
12           "bounds": [320, 320],
13           "drawsContent": true,
14           "backgroundColor": "#FF0000",
15           "children": [
16             {
17               "position": [60, 60],
18               "bounds": [50, 50],
19               "transform": [
20                 [1, 0, 0, 0],
21                 [0, 1, 0, 0],
22                 [0, 0, 1, 0],
23                 [0, 0, 1, 1]
24               ]
25             },
26             {
27               "bounds": [320, 320],
28               "drawsContent": true
29             }
30           ]
31         },
32         {
33           "position": [362, 18],
34           "bounds": [320, 320],
35           "drawsContent": true,
36           "backgroundColor": "#FF0000",
37           "children": [
38             {
39               "position": [60, 60],
40               "bounds": [200, 200],
41               "children": [
42                 {
43                   "bounds": [50, 50],
44                   "transform": [
45                     [1, 0, 0, 0],
46                     [0, 1, 0, 0],
47                     [0, 0, 1, 0],
48                     [0, 0, 1, 1]
49                   ]
50                 },
51                 {
52                   "bounds": [200, 200],
53                   "drawsContent": true
54                 }
55               ]
56             }
57           ]
58         }
59       ]
60     }
61   ]