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);
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>.