Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / repaint / scroll-fixed-squahed-layer-expected.txt
blob79ba51fec4cc1386e180de97403331eb216adf9e
2   "bounds": [785, 2016],
3   "children": [
4     {
5       "bounds": [785, 2016],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "position": [100, 200],
11           "bounds": [200, 200],
12           "contentsOpaque": true,
13           "drawsContent": true,
14           "backgroundColor": "#ADD8E6"
15         },
16         {
17           "position": [100, 250],
18           "bounds": [200, 200],
19           "contentsOpaque": true,
20           "drawsContent": true,
21           "backgroundColor": "#90EE90"
22         }
23       ]
24     }
25   ]