blob: da2aa4cd75a60e0492b712e5dfea7de2cceb5b12 [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 'text/javascript1.1'
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=text%2Fjavascript1.1"></iframe>
</body>
</html>