blob: 21005643b252578c889c0b20690130f2657740ef [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300" version="1.1">
<defs>
<g id="g" transform="translate(0 50)">
<rect id="rect" stroke-width="5px" fill="red" stroke="navy" width="60" height="10">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Syntax and parsing</title>
<meta content="" />
<link href="" />
<link href="" />
<link href="" />
<link href="" />
<link href="" />
<link />
</head>
<html>
</html>
</html>
</rect>
<mat:notprsubset xmlns:mat="http://www.w3.org/1998/Math/MathML">
<circle id="circle" opacity="0.5" fill="green" cx="30" cy="5" r="10"/>
</mat:notprsubset>
</g>
</defs>
<use x="25" y="25" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#g"/>
<use x="125" y="25" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#g"/>
<text>Survived the crash!</text>
<script>
//
document.getElementById("g").setAttribute("transform", "");
if (window.testRunner)
testRunner.dumpAsText();
</script></svg>