chromium/third_party/blink/web_tests/svg/text/text-font-invalid.html

<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>