Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / navigation / back-to-slow-frame.html
blobd117d2e7d2a58906369ad11ffeef4131c568fe1b
1 <script>
2 if (window.testRunner) {
3 testRunner.dumpBackForwardList();
4 testRunner.dumpAsText();
5 testRunner.queueLoad("resources/back-to-slow-frame-2.html");
6 testRunner.queueLoad("resources/back-to-slow-frame-3.html");
7 testRunner.queueBackNavigation(1);
9 </script>
10 <p>This test checks that going back and forth across a slow-loading frame doesn't crash.
11 <p>If testing manually, <a href="resources/back-to-slow-frame-2.html">click here</a>.