Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / rendering-contexts-expected.txt
blobb91552ce79f06ddf00021f7d6a9c763ca9449986
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "position": [8, 8],
11           "bounds": [100, 100],
12           "contentsOpaque": true,
13           "shouldFlattenTransform": false,
14           "3dRenderingContext": 1,
15           "drawsContent": true,
16           "backgroundColor": "#008000",
17           "children": [
18             {
19               "bounds": [100, 100],
20               "contentsOpaque": true,
21               "3dRenderingContext": 1,
22               "drawsContent": true,
23               "backgroundColor": "#008000",
24               "children": [
25                 {
26                   "bounds": [100, 100],
27                   "contentsOpaque": true,
28                   "shouldFlattenTransform": false,
29                   "3dRenderingContext": 2,
30                   "drawsContent": true,
31                   "backgroundColor": "#008000"
32                 }
33               ]
34             }
35           ]
36         }
37       ]
38     }
39   ]