blob: f2f4614fe9418701abbc0f4f63b26d86d91e48d9 [file] [log] [blame]
<html>
<body>
PASS if no crash.
<iframe id="i" name="i" src="resources/image-css-load-in-subframe-unload-handler-helper.html"></iframe>
<script>
if (window.testRunner)
testRunner.dumpAsText();
window.onload = function() {
document.getElementById("i").remove();
}
</script>
</body>
</html>