<html> | |
<head> | |
<script> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
window.onload = function() { | |
document.getElementById('d').innerHTML='' | |
} | |
</script> | |
</head> | |
<body> | |
<span id="d"> | |
<iframe src="resources/xslt-bad-import-uri.xml"></iframe> | |
</span> | |
<p>This test passes if it does not crash.</p> | |
</body> | |
</html> |