2 window
.onload = function() {
3 setTimeout(function() {
4 if (sessionStorage
.getItem("backToGet") == "step1") {
5 sessionStorage
.setItem("backToGet", "step2");
6 location
.assign("../back-to-get-after-post.php");
8 sessionStorage
.removeItem("backToGet");
10 testRunner
.notifyDone();