2 if (isset($_GET['object'])) {
3 header("Content-Type: nothing/bad-type");
10 testRunner
.dumpAsText();
11 window
.onload
= function() {
12 internals
.updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks();
15 <object type
="image/jpeg" data
="nested_bad_objects.php?object">
16 <object type
="image/jpeg" data
="nested_bad_objects.php?object" />
18 PASS
- nested image objects with bad mimetype
do not cause a crash
.