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

Unified Diff: LayoutTests/fast/forms/input-stepup-stepdown.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
« no previous file with comments | « LayoutTests/fast/forms/input-step-as-double.html ('k') | LayoutTests/fast/forms/input-text-maxlength.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/input-stepup-stepdown.html
diff --git a/LayoutTests/fast/forms/input-stepup-stepdown.html b/LayoutTests/fast/forms/input-stepup-stepdown.html
index 2a9ed272427dfa0de8a21c7841aa753e5c5fde50..0ce6e42f8094bc9711a0c9c0ca12ccdac1827669 100644
--- a/LayoutTests/fast/forms/input-stepup-stepdown.html
+++ b/LayoutTests/fast/forms/input-stepup-stepdown.html
@@ -19,6 +19,5 @@ shouldThrow('input.stepDown(0)', '"InvalidStateError: An attempt was made to use
shouldThrow('input.stepUp()', '"InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable."');
shouldThrow('input.stepUp(0)', '"InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable."');
</script>
-<script src="../../fast/js/resources/js-test-post.js"></script>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/forms/input-step-as-double.html ('k') | LayoutTests/fast/forms/input-text-maxlength.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698