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

Unified Diff: LayoutTests/fast/forms/datetimelocal/input-valueasdate-datetimelocal.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/datetimelocal/input-valueasdate-datetimelocal.html
diff --git a/LayoutTests/fast/forms/datetimelocal/input-valueasdate-datetimelocal.html b/LayoutTests/fast/forms/datetimelocal/input-valueasdate-datetimelocal.html
index d04c14bc3b1dfb774df7bdedee524ad4543ab62b..d29a64b18891e7d54ab0ac52046df005b6ae16ef 100644
--- a/LayoutTests/fast/forms/datetimelocal/input-valueasdate-datetimelocal.html
+++ b/LayoutTests/fast/forms/datetimelocal/input-valueasdate-datetimelocal.html
@@ -22,6 +22,5 @@ shouldBe('valueAsDateFor("1969-12-31T12:34:56.789")', 'null');
shouldBe('valueAsDateFor("1970-01-01T00:00:00.000")', 'null');
shouldBe('valueAsDateFor("2009-12-22T11:32:11")', 'null');
</script>
-<script src="../../js/resources/js-test-post.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698