3 if (window
.testRunner
) {
4 testRunner
.clearBackForwardList();
5 testRunner
.dumpAsText();
6 testRunner
.waitUntilDone();
9 onpopstate = function() {
10 history
.pushState(null, null);
11 if (window
.testRunner
)
12 testRunner
.notifyDone();
16 history
.pushState(null, null);
22 This test checks to make sure that calling pushState() from within a popstate event handler doesn't ASSERT or crash.