blob: fdad3c4cc095821c6ca2bd034586af9d9b0af205 [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>