Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / iframes-are-never-squashed-expected.txt
blob170979163b37fd138ec0a15e3be1cd6bae53e003
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": [200, 200],
12           "contentsOpaque": true,
13           "drawsContent": true,
14           "backgroundColor": "#D3D3D3"
15         },
16         {
17           "bounds": [104, 104],
18           "contentsOpaque": true,
19           "drawsContent": true,
20           "backgroundColor": "#ADD8E6"
21         }
22       ]
23     }
24   ]