Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<title>SVG without scripting should load</title>
</head>
<body>
<p>Tests that an SVG loaded without any scripting should load.</p>
<svg width="6cm" height="5cm" viewBox="0 0 600 500"
<circle cx="300" cy="225" r="100" fill="green"/>
<text x="300" y="250"
font-family="Verdana"
font-size="50"
text-anchor="middle">
PASS
</text>
</svg>
</body>
</html>