Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / resources / bug79798.svg
blob3325f15387759ed6993816466a7a5d45f6ff0dbe
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <g id="x">
3 <style></style>
4 </g>
6 <g>
7 <g>
8 <text>b</text>
9 <use xlink:href="#x"/>
10 <text>c</text>
11 <text>a</text>
12 <glyph id="g"/>
13 </g>
14 </g>
15 </svg>