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

Unified Diff: LayoutTests/fast/forms/date/input-valueasnumber-date.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/forms/date/input-valueasnumber-date.html
diff --git a/LayoutTests/fast/forms/date/input-valueasnumber-date.html b/LayoutTests/fast/forms/date/input-valueasnumber-date.html
index 97ddd6dcd46dfa784291aa8459aaec2f36619a2c..1e60a7ddf6675f5fd796c32d5579f01d978acbcd 100644
--- a/LayoutTests/fast/forms/date/input-valueasnumber-date.html
+++ b/LayoutTests/fast/forms/date/input-valueasnumber-date.html
@@ -51,6 +51,5 @@ shouldThrow('input.valueAsNumber = Number.POSITIVE_INFINITY', '"NotSupportedErro
shouldThrow('input.valueAsNumber = Number.NEGATIVE_INFINITY', '"NotSupportedError: The implementation did not support the requested type of object or operation."');
shouldThrow('input.valueAsNumber = Date.UTC(275760, 8, 14)', '"NotSupportedError: The implementation did not support the requested type of object or operation."');
</script>
-<script src="../../js/resources/js-test-post.js"></script>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/forms/date/input-valueasdate-date.html ('k') | LayoutTests/fast/forms/date/no-page-popup-controller.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698