Index: LayoutTests/fast/forms/datetimelocal/input-valueasnumber-datetimelocal.html |
diff --git a/LayoutTests/fast/forms/datetimelocal/input-valueasnumber-datetimelocal.html b/LayoutTests/fast/forms/datetimelocal/input-valueasnumber-datetimelocal.html |
index aa093588e14b16250b278f26b806378027a9d861..c821bfa5ff8dda76db3091e6bdacec960b3d25ca 100644 |
--- a/LayoutTests/fast/forms/datetimelocal/input-valueasnumber-datetimelocal.html |
+++ b/LayoutTests/fast/forms/datetimelocal/input-valueasnumber-datetimelocal.html |
@@ -58,6 +58,5 @@ shouldBe('input.step = "1"; setValueAsNumberAndGetValue(2010, 0, 21, 0, 0, 0, 0) |
// If the step attribute value is 0.001 second and the millisecond part is 0, we should show the millisecond part. |
shouldBe('input.step = "0.001"; setValueAsNumberAndGetValue(2010, 0, 21, 0, 0, 0, 0)', '"2010-01-21T00:00:00.000"'); |
</script> |
-<script src="../../js/resources/js-test-post.js"></script> |
</body> |
</html> |