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

Unified Diff: LayoutTests/fast/loader/stateobjects/state-attribute-object-types.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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-object-types.html
diff --git a/LayoutTests/fast/loader/stateobjects/state-attribute-object-types.html b/LayoutTests/fast/loader/stateobjects/state-attribute-object-types.html
index 99035aa1bb446e0360b106410b11df6562c2bcfa..21e92efdc2a0a9230c6537649424bf700a18c4d7 100644
--- a/LayoutTests/fast/loader/stateobjects/state-attribute-object-types.html
+++ b/LayoutTests/fast/loader/stateobjects/state-attribute-object-types.html
@@ -38,7 +38,6 @@
history.pushState(document.createElement("canvas").getContext("2d").createImageData(10,10), "ImageData entry");
shouldEvaluateTo("history.state", document.createElement("canvas").getContext("2d").createImageData(10,10));
</script>
-<script src="../../js/resources/js-test-post.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698