Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / squashing-inside-preserve-3d-element-expected.txt
blob29fc2461a7b3b42f1d0589870b7fac0465dd1f5b
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "shouldFlattenTransform": false,
11           "children": [
12             {
13               "position": [8, 8],
14               "bounds": [100, 100],
15               "contentsOpaque": true,
16               "3dRenderingContext": 1,
17               "drawsContent": true,
18               "backgroundColor": "#D3D3D3"
19             },
20             {
21               "position": [28, 28],
22               "bounds": [100, 100],
23               "drawsContent": true,
24               "repaintRects": [
25                 [0, 0, 100, 100]
26               ]
27             }
28           ]
29         }
30       ]
31     }
32   ]