blob: b30e13ad1011a1d0279298b13659f7b4b88af57e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFrames();
}
</script>
</head>
<body>
<p>This test verifies that resources served with a mime type of 'text/livescript'
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%2Flivescript"></iframe>
</body>
</html>