chromium/third_party/blink/web_tests/fast/loader/stateobjects/pushstate-without-history.html

<html>
<head>
<script>

if (window.testRunner) {
    testRunner.setPopupBlockingEnabled(false);
    testRunner.clearBackForwardList();
    testRunner.dumpAsText();
    testRunner.waitUntilDone();
}
</script>
<body onload="window.open('resources/pushstate-without-history.html');" >
<pre>This test checks if history.length is correct after a few history.pushState calls.</pre>
<br>
<pre id="result">Test failed</pre>
</body>
</html>