blob: 7ef9ede4cc107647f457defc23e24139c41ca047 [file] [log] [blame]
<script>
function documentLoaded() {
setTimeout('window.history.back()', 0);
}
document.addEventListener("DOMContentLoaded", documentLoaded, false);
</script>
This page has an image that takes forever to load.<br>
After the main resource is finished loading, but before the image loads, it should go back to the previous page.<br>
<img src="slowimage.py">