Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / draws-content / canvas-background-layer-expected.txt
blobe0e15a15915813262f0b921c719176d80027542a
1  {
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "position": [13, 8],
11           "bounds": [50, 50],
12           "contentsOpaque": true,
13           "drawsContent": true,
14           "backgroundColor": "#008000"
15         },
16         {
17           "position": [13, 73],
18           "bounds": [50, 50],
19           "drawsContent": true,
20           "backgroundColor": "#00FF007F"
21         },
22         {
23           "position": [13, 138],
24           "bounds": [60, 60],
25           "drawsContent": true,
26           "backgroundColor": "#008000"
27         },
28         {
29           "position": [13, 203],
30           "bounds": [60, 60],
31           "drawsContent": true,
32           "backgroundColor": "#008000"
33         },
34         {
35           "position": [13, 268],
36           "bounds": [50, 50],
37           "drawsContent": true,
38           "backgroundColor": "#008000"
39         },
40         {
41           "position": [13, 333],
42           "bounds": [60, 60],
43           "contentsOpaque": true,
44           "drawsContent": true,
45           "backgroundColor": "#008000"
46         }
47       ]
48     }
49   ]