blob: 47c792bd566019f4efc2288c9e9d7da32bcf7471 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<title>This tests that we don't crash while calling getSVGDocument.</title>
</head>
<body>
PASS if no crash.
<object id="object"></object>
<script>
if (window.testRunner)
testRunner.dumpAsText();
object.getSVGDocument();
</script>
</body>
</html>