Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / tspan-outline-crash.html
blob365f1139d73eacbaf76209719574b2d33575b3fd
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 <!-- The two spaces below create two boxes. -->
11 a<tspan id="outline"> b</tspan>
12 </text>
13 </svg>