Index: LayoutTests/fast/loader/stateobjects/state-attribute-popstate-event.html |
diff --git a/LayoutTests/fast/loader/stateobjects/state-attribute-popstate-event.html b/LayoutTests/fast/loader/stateobjects/state-attribute-popstate-event.html |
index 501d26b65f96a2ba1bea7d693fb3897d1d453648..f193d0118954deaf2f7154f718ef134db7333021 100644 |
--- a/LayoutTests/fast/loader/stateobjects/state-attribute-popstate-event.html |
+++ b/LayoutTests/fast/loader/stateobjects/state-attribute-popstate-event.html |
@@ -32,9 +32,6 @@ |
shouldEvaluateTo("popStateEvent.state", 1); |
shouldEvaluateTo("history.state", 3); |
- var s = document.createElement("script"); |
- s.src = "../../js/resources/js-test-post.js"; |
- document.body.appendChild(s); |
setTimeout(finishJSTest, 0); |
} |