Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / draws-content / webgl-background-layer-expected.txt
blob37f9b025f5ae7e7fb40a12afeae401155ef6498e
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": [60, 60],
19           "drawsContent": true,
20           "backgroundColor": "#008000"
21         },
22         {
23           "position": [13, 138],
24           "bounds": [60, 60],
25           "drawsContent": true,
26           "backgroundColor": "#008000"
27         },
28         {
29           "position": [13, 203],
30           "bounds": [50, 50],
31           "drawsContent": true,
32           "backgroundColor": "#008000"
33         },
34         {
35           "position": [13, 268],
36           "bounds": [50, 50],
37           "drawsContent": true,
38           "backgroundColor": "#00FF007F"
39         }
40       ]
41     }
42   ]