Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/base/crashtests/1308793.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Crash test for bug 1308793</title>
<style id="s" type="text/css">
tspan { fill: green;}
.flex { display:flex; }
.grid { display:grid; }
.col { columns: 3; }
</style>
<text class="flex">
<tspan x="100" y="50">A</tspan>
B
</text>
<text class="grid">
<tspan x="100" y="50">A</tspan>
B
</text>
<text class="col">
<tspan x="100" y="50">A</tspan>
B
</text>
</svg>