| <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> |