haikuwebkit/LayoutTests/svg/text/highcharts-assertion.html

15 lines
309 B
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