Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / invalid-text-content.svg
blobe81a5d029ecce8453b946039b5617e4be0626f0a
1 <svg xmlns="http://www.w3.org/2000/svg">
3 <text>
4 <tspan>
5 <text>This should not appear in rendering.</text>
6 <textPath>This should not appear in rendering.</textPath>
7 </tspan>
8 <tref>
9 <text>This should not appear in rendering.</text>
10 <tspan>This should not appear in rendering.</tspan>
11 <tref>This should not appear in rendering.</tref>
12 <textPath>This should not appear in rendering.</textPath>
13 <altGlyph>This should not appear in rendering.</altGlyph>
14 </tref>
15 <textPath>
16 <text>This should not appear in rendering.</text>
17 <textPath>This should not appear in rendering.</textPath>
18 <altGlyph>This should not appear in rendering.</altGlyph>
19 </textPath>
20 </text>
21 <tspan>
22 <text>This should not appear in rendering.</text>
23 <textPath>This should not appear in rendering.</textPath>
24 </tspan>
25 <tref>
26 <text>This should not appear in rendering.</text>
27 <tspan>This should not appear in rendering.</tspan>
28 <tref>This should not appear in rendering.</tref>
29 <textPath>This should not appear in rendering.</textPath>
30 <altGlyph>This should not appear in rendering.</altGlyph>
31 </tref>
32 <textPath>
33 <text>This should not appear in rendering.</text>
34 <textPath>This should not appear in rendering.</textPath>
35 <altGlyph>This should not appear in rendering.</altGlyph>
36 </textPath>
38 <!-- This should not crash. -->
39 <rect width="100" height="100" fill="green"/>
41 </svg>