blob: 31b9bd84b556a1987d6308077e797773727fa809 [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 'application/atom+xml'
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%2Fatom%2Bxml"></iframe>
</body>
</html>