blob: 22178ee476916d0dc36dfe440af6db10fd594215 [file] [log] [blame]
<html>
<head>
<script>
window.onload = function() {
setTimeout(function() {
history.pushState("", "", "#pushState");
document.title = "pushState";
}, 0);
}
</script>
</head>
</html>