<!DOCTYPE html>
<html>
<style>
div { font-family: monospace; }
</style>
<body>
<svg width="100" height="100">
</svg>
<div>PASS: did not crash.</div>
</body>
</html>
<!DOCTYPE html>
<html>
<style>
div { font-family: monospace; }
</style>
<body>
<svg width="100" height="100">
</svg>
<div>PASS: did not crash.</div>
</body>
</html>