Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / dont-squash-into-iframes-expected.txt
blob4b430143d77a8b351eb741b14a5b07754ec7e91b
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "bounds": [104, 104],
11           "contentsOpaque": true,
12           "drawsContent": true,
13           "backgroundColor": "#ADD8E6"
14         },
15         {
16           "position": [50, 50],
17           "bounds": [200, 200],
18           "contentsOpaque": true,
19           "drawsContent": true,
20           "backgroundColor": "#D3D3D3"
21         }
22       ]
23     }
24   ]