blob: d4d1d1a332a6dde07d8a3be6a7f2f0dd2a60375f [file] [log] [blame]
<body onunload="document.getElementById('i').src = 'broken.jpg'">
<img id="i" src="nosrc.jpg">
This test verifies that starting a subresource load from an unload handler does not cause crashes or assertion failures.
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</body>