Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / contents-opaque / body-background-skipped-expected.txt
blobfe4acd974c4d57c05bf452f685e29048c14e2895
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "backgroundColor": "#0000FF",
9       "children": [
10         {
11           "bounds": [800, 600],
12           "drawsContent": true,
13           "children": [
14             {
15               "position": [8, 8],
16               "bounds": [200, 200],
17               "contentsOpaque": true,
18               "drawsContent": true,
19               "backgroundColor": "#008000"
20             },
21             {
22               "bounds": [800, 600],
23               "drawsContent": true
24             }
25           ]
26         }
27       ]
28     }
29   ]