7 history
.pushState("New history Item", "1Ping!");
8 history
.pushState("New history Item", "2Ping!");
9 history
.pushState("New history Item", "3Ping!");
10 window
.opener
.document
.getElementById("result").innerText
= "history.length is: " + history
.length
;
11 if (window
.opener
.testRunner
)
12 window
.opener
.testRunner
.notifyDone();
17 <body onload=
"runTest();" >