blob: 60e51fb445e6f43c1a159cf9cd377ca1090bb659 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ ShouldIgnoreMetaViewport=true ] -->
This page should go back.
<script>
window.addEventListener("load", function() {
setTimeout(function() {
history.back();
}, 0);
}, false);
</script>