Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / inline-text-zero-length.svg
blob83b34c3a17191e38c7ff04472ac2f2e3c0c5fa0b
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <!-- Test for http://crbug.com/263742
3 Note that there's a single newline character between </tspan> and </text> -->
4 <text x="50" y="50">This passes if <tspan x="50" y="100">two lines of text are visible</tspan>
5 </text>
6 </svg>