2 <body onunload=
"document.getElementById('i').src = 'broken.jpg'">
3 <img id=
"i" src=
"nosrc.jpg">
4 This test verifies that starting a subresource load from an unload handler does not cause crashes or assertion failures.
7 testRunner
.dumpAsText();