Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / loader / stateobjects / state-attribute-only-one-deserialization.html
index 0317c52..b987737 100644 (file)
@@ -52,7 +52,9 @@
 
     // Now let's go back to our original history entry which has a state object that we've stored a reference to already.
     // This will fire our popstate event handler above.
-    history.back();
+    window.onload = function() {
+        history.back();
+    };
 </script>
 </body>
 </html>