Index: LayoutTests/fast/loader/stateobjects/state-attribute-only-one-deserialization.html |
diff --git a/LayoutTests/fast/loader/stateobjects/state-attribute-only-one-deserialization.html b/LayoutTests/fast/loader/stateobjects/state-attribute-only-one-deserialization.html |
index 924618a025c398e553ddce0c3983bf6a8b48e602..1e64f07068bb841a5d9a71ae127b7442fc94f14f 100644 |
--- a/LayoutTests/fast/loader/stateobjects/state-attribute-only-one-deserialization.html |
+++ b/LayoutTests/fast/loader/stateobjects/state-attribute-only-one-deserialization.html |
@@ -47,9 +47,6 @@ |
// The event's state object and the current state object should match. |
shouldBeTrue("popStateEvent.state === history.state"); |
- var s = document.createElement("script"); |
- s.src = "../../js/resources/js-test-post.js"; |
- document.body.appendChild(s); |
setTimeout(finishJSTest, 0); |
} |