blob: 6728a84214e54981a06883548f4bd02a3eaecf3f [file] [log] [blame]
<html>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
function finish()
{
if (window.testRunner)
testRunner.notifyDone();
}
</script>
<body>
<object type="image/png" data="this.object.does.not.exist.dtd">
<object type="image/png" data="this.object.does.not.exist.dtd">
<object type="image/png" data="this.object.does.not.exist.dtd" onerror="finish()">PASS when no crash occurs.</object>
</object>
</object>
</body>
</html>