Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / svg / custom / missing-xlink.svg
blobb12ef5bd68ab5a2bc11d7710d3f71734c652d2bf
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd">
3 <svg xmlns="http://www.w3.org/2000/svg">
4 <text y="120">You should see an error above</text>
5 <rect width="100" height="100" color="green" />
6 <a xlink:href="foo.svg"><rect width="100" height="100" color="red" /></a>
7 </svg>