Index: LayoutTests/fast/forms/time/time-valueasnumber.html |
diff --git a/LayoutTests/fast/forms/time/time-valueasnumber.html b/LayoutTests/fast/forms/time/time-valueasnumber.html |
index ff9af77dfd709fc20c4fcc3460a433271d8a2eb8..be6281d3f9ee81c824053b080dd6048a542f1e23 100644 |
--- a/LayoutTests/fast/forms/time/time-valueasnumber.html |
+++ b/LayoutTests/fast/forms/time/time-valueasnumber.html |
@@ -52,6 +52,5 @@ shouldBe('input.step = "1"; setValueAsNumberAndGetValue(0, 0, 0, 0)', '"00:00:00 |
// 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(0, 0, 0, 0)', '"00:00:00.000"'); |
</script> |
-<script src="../../js/resources/js-test-post.js"></script> |
</body> |
</html> |