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

Unified Diff: LayoutTests/fast/forms/week/input-valueasnumber-week.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/week/input-valueasnumber-week.html
diff --git a/LayoutTests/fast/forms/week/input-valueasnumber-week.html b/LayoutTests/fast/forms/week/input-valueasnumber-week.html
index 93873fd5299c1e831e8e7cdb3c3d30a85de3c32d..9a76bc3e10786e1ece6c03907c0797ba9cd07a54 100644
--- a/LayoutTests/fast/forms/week/input-valueasnumber-week.html
+++ b/LayoutTests/fast/forms/week/input-valueasnumber-week.html
@@ -75,6 +75,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/week/input-valueasdate-week.html ('k') | LayoutTests/fast/forms/week/week-input-type.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698