Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / stateobjects / pushstate-without-history.html
blob92b28f08a648413d71bcbf614207b6a7b1c94aa3
1 <html>
2 <head>
3 <script>
5 if (window.testRunner) {
6 testRunner.setCanOpenWindows();
7 testRunner.clearBackForwardList();
8 testRunner.dumpAsText();
9 testRunner.waitUntilDone();
11 </script>
12 <body onload="window.open('resources/pushstate-without-history.html');" >
13 <pre>This test checks if history.length is correct after a few history.pushState calls.</pre>
14 <br>
15 <pre id="result">Test failed</pre>
16 </body>
17 </html>