blob: 59f0295e2b0646c0d5e1cdcbee237d21fd0ce82e [file] [log] [blame]
<html>
<body>
This test is to ensure that we do not crash when loading a SVG image without a valid font-family
<div id="log"><span style='color: red;'>FAIL:</span> Did not complete test</div>
<img src="resources/text-font-invalid.svg" />
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.getElementById("log").innerHTML = "<span style='color: green;'>PASS:</span> Did not crash when rendering the SVG image.";
</script>
</body>
</html>