Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: LayoutTests/fast/loader/stateobjects/state-attribute-only-one-deserialization.html

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698