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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/time-2-expected.txt

Issue 2678343007: Modify DateComponents::parseTime to reject values with >3 fractional decimal places (Closed)
Patch Set: Updated tests Created 3 years, 10 months 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: third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/time-2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/time-2-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/time-2-expected.txt
deleted file mode 100644
index 416f08d715233cafa80b429bf1f2c36f09f74603..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/time-2-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-This is a testharness.js-based test.
-PASS empty value
-PASS Valid value: value should be 00:00
-PASS Valid value: value should be 00:00:00
-PASS Valid value: value should be 00:00:00.0
-PASS Valid value: value should be 00:00:00.00
-PASS Valid value: value should be 00:00:00.000
-FAIL Invalid value: fraction should have one, two or three ASCII digits. Value should be empty assert_equals: expected "" but got "00:00:00.0000"
-PASS Invalid value: hour should have two ASCII digits. Value should be empty
-PASS Invalid value: minutes should have two ASCII digits. Value should be empty
-PASS Invalid value: seconds should have two ASCII digits. Value should be empty
-PASS Invalid value: hour > 23. Value should be empty
-PASS Invalid value: minute > 59. Value should be empty
-PASS Invalid value: second > 59. Value should be empty
-PASS Value >= min attribute
-PASS Value < min attribute
-PASS Value <= max attribute
-PASS Value > max attribute
-Harness: the test ran to completion.
-
« no previous file with comments | « AUTHORS ('k') | third_party/WebKit/LayoutTests/fast/forms/datetimelocal/ValidityState-typeMismatch-datetimelocal.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698