blob: 8b374f41eb8ee2d431f943c1063a619143e46e7c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
if (window.internals)
internals.registerDefaultPortForProtocol(8000, "http");
}
</script>
</head>
<body>
<p id="description">This tests that JavaScript is blocked in a HTTP 0.9 response served over port 80. This test PASSED if you see content in the iframe below and do not see a JavaScript alert. Otherwise, it FAILED. This page and its subresources must be served over port 80 to run this test by hand.</p>
<iframe src="resources/nph-alert-fail.pl"></iframe>
</body>
</html>