Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / font-face-name-without-name-attr.svg
blob609029daae011c9ad65e1c70774432da7e29257f
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <defs>
3 <font-face font-family="svgtest">
4 <font-face-src>
5 <font-face-name/> <!-- no name attribute -->
6 </font-face-src>
7 </font-face>
8 </defs>
9 <text font-family="svgtest" x="0" y="1cm">This test passes if WebKit doesn't crash.</text>
10 <script>
11 if (window.testRunner)
12 window.testRunner.dumpAsText();
13 </script>
14 </svg>