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" />
8 testRunner
.dumpAsText();
9 document
.getElementById("log").innerHTML
= "<span style='color: green;'>PASS:</span> Did not crash when rendering the SVG image.";