blob: 96ac2cac30605aaa24b7deb8d9b68c0988e52f50 [file] [log] [blame]
<script>
window.onload = setTimeout(function() {
history.pushState("pushState", "", "#pushState");
top.continueTest();
}, 0);
</script>