haikuwebkit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-...

15 lines
323 B
HTML

<html><!-- webkit-test-runner [ AllowUniversalAccessFromFileURLs=false ] -->
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
</script>
</head>
<body>
<iframe src="resources/xmlhttprequest-nonexistent-file-real.html"></iframe>
<div id="results"></div>
</body>
</html>