blob: b4aad94a1dedcb073b5d253519eb24ba7b1e9721 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
}
</script>
</head>
<body>
<p>This test verifies that resources served with a mime type of 'application/javascript'
is not rendered as HTML. It passes if no "FAIL: ..." alert is present, and if the
textual content of the frame is visible below.</p>
<iframe src="resources/send-mime-types.php?mt=application%2Fjavascript"></iframe>
</body>
</html>