Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / layer-creation / stacking-context-overlap-nested-expected.txt
blob7c29d58ab9942beaf26668d386b7534af7f0fa08
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "position": [10, 10],
11           "bounds": [120, 120],
12           "drawsContent": true,
13           "backgroundColor": "#008000",
14           "children": [
15             {
16               "position": [50, 50],
17               "bounds": [220, 120],
18               "drawsContent": true,
19               "backgroundColor": "#FF000099"
20             }
21           ]
22         },
23         {
24           "position": [75, 75],
25           "bounds": [56, 56],
26           "contentsOpaque": true,
27           "drawsContent": true,
28           "backgroundColor": "#0000FF"
29         }
30       ]
31     }
32   ]