Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / navigation / post-goback-same-url.html
blobc39daffac351ae095a21ecc5155095f9410e0a22
1 <html>
2 <head>
3 <script>
5 if (window.testRunner) {
6 testRunner.dumpBackForwardList();
7 testRunner.dumpAsText();
8 testRunner.queueLoad("resources/post-goback-same-url.php");
9 testRunner.queueLoadingScript("submitForm()");
10 testRunner.queueBackNavigation(1);
13 </script>
14 </head>
15 <body>
16 https://bugs.webkit.org/show_bug.cgi?id=25223 - Back button after form
17 submission to the same URL fails to navigate
18 </body>
19 </html>