Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / tspan-outline-crash-expected.html
blobdf63c403292fd19167fd1a690bbf3a6ef3290962
1 <!DOCTYPE HTML>
2 <style>
3 #outline {
4 outline: 1px solid green;
6 </style>
7 This test passes if it does not crash and there is a green outline around the b.<br>
8 <svg width="300" height="300">
9 <text y="30" x="30">
10 a<tspan id="outline"> b</tspan>
11 </text>
12 </svg>