Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / js-repaint-rect-on-path-with-stroke-expected.txt
blobaa2de725223bf52f1b4ec098f3837d9a2aa49ac4
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "repaintRects": [
9         [200, 50, 100, 50],
10         [174, 30, 126, 90],
11         [50, 50, 100, 50],
12         [50, 30, 126, 90]
13       ],
14       "paintInvalidationClients": [
15         "LayoutSVGRoot svg",
16         "LayoutSVGPath path id='path'"
17       ]
18     }
19   ]