haikuwebkit/LayoutTests/fast/xsl/xslt-bad-import-uri.html

19 lines
368 B
HTML

<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
function frameLoaded() {
if (window.testRunner)
testRunner.notifyDone();
}
</script>
</head>
<body>
This tests that a bad @import URI does not cause a crash.
<iframe src="resources/xslt-bad-import-uri.xml" onload="frameLoaded()"></iframe>
</body>
</html>