Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / text-font-invalid.html
blob59f0295e2b0646c0d5e1cdcbee237d21fd0ce82e
1 <html>
2 <body>
3 This test is to ensure that we do not crash when loading a SVG image without a valid font-family
4 <div id="log"><span style='color: red;'>FAIL:</span> Did not complete test</div>
5 <img src="resources/text-font-invalid.svg" />
6 <script>
7 if (window.testRunner)
8 testRunner.dumpAsText();
9 document.getElementById("log").innerHTML = "<span style='color: green;'>PASS:</span> Did not crash when rendering the SVG image.";
10 </script>
11 </body>
12 </html>