2 <body onload=
"runTest()">
3 <iframe id=
"testframe" src=
"resources/left-right.html" width=
"100%" height=
"300px" frameborder=
"0"></iframe>
6 testRunner
.waitUntilDone();
9 if (sessionStorage
.didNav
) {
10 delete sessionStorage
.didNav
;
11 if (window
.testRunner
)
12 testRunner
.notifyDone();
14 // Navigate a timeout to make sure we generate a history entry that we
16 setTimeout(function() {location
.href
= 'data:text/html,<script>history.back();</' + 'script>';}, 0);
17 sessionStorage
.didNav
= true;