blob: e81a5d029ecce8453b946039b5617e4be0626f0a [file] [log] [blame]
commit-queue@webkit.orgea6bdc72010-12-11 01:23:26 +00001<svg xmlns="http://www.w3.org/2000/svg">
2
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>
37
38<!-- This should not crash. -->
39<rect width="100" height="100" fill="green"/>
40
41</svg>