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

Unified Diff: LayoutTests/fast/loader/stateobjects/state-attribute-popstate-event.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-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);
}

Powered by Google App Engine
This is Rietveld 408576698