blob: 4eff1e1dbf627e59f7adf8efc11c2065638d4228 [file] [log] [blame]
<!DOCTYPE html>
<head>
<style>
tspan { display: block; }
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<p>Tests that a &lt;tspan&gt; with display block doesn't cause an assertion failure.</p>
<svg><text x="0" y="20">PA<tspan>S</tspan>S</text></svg>
</body>
</html>