blob: a650cc07eac270203f36a50fe79ac7a59c285211 [file] [log] [blame]
<?
if (isset($_GET['object'])) {
header("Content-Type: nothing/bad-type");
exit();
}
?>
<html>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<object type="image/jpeg" data="nested_bad_objects.php?object">
<object type="image/jpeg" data="nested_bad_objects.php?object" />
</object>
PASS - nested image objects with bad mimetype do not cause a crash.
</html>