chromium/third_party/blink/web_tests/svg/text/text-block-child-crash.xhtml

<html xmlns="http://www.w3.org/1999/xhtml">
    Test passes if it does not crash.
    <script>
        if (window.testRunner)
            testRunner.dumpAsText();
    </script>
    <style>
        svg text:before { display: list-item; content: 'PASS'; }
    </style>
    <svg xmlns="http://www.w3.org/2000/svg">
        <text></text>
    </svg>
</html>