Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / resize-squashing-layer-that-needs-full-repaint-expected.txt
blobcdaa2f634e544225fcf8aaeb5cca3fcfec5a50bf
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": [500, 500]
15             },
16             {
17               "position": [55, 55],
18               "bounds": [500, 500],
19               "drawsContent": true,
20               "repaintRects": [
21                 [55, 55, 500, 500],
22                 [0, 0, 500, 500],
23                 [0, 0, 50, 50]
24               ]
25             }
26           ]
27         }
28       ]
29     }
30   ]