chromium/third_party/blink/web_tests/svg/text/highcharts-assertion.html

<html>
<head>
    <title>This test passes if it doesn't crash</title>
    <script>
        if (window.testRunner)
            testRunner.dumpAsText();
    </script>
</head>
<body>
<svg>
    <text y="50"><tspan> </tspan><script>document.body.offsetTop;</script><tspan>PASS</tspan></text>
</svg>
</body>
</html