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

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

Issue 2642393002: Import wpt@40665266227e475bc4a56884247d8c09d78dfb6a (Closed)
Patch Set: rebaseline-cl Created 3 years, 11 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
index 1e6a7f60cb646abdb3c48951281c2b3979854fae..416f08d715233cafa80b429bf1f2c36f09f74603 100644
--- 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
@@ -13,8 +13,8 @@ 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
-FAIL Value < min attribute assert_equals: expected "12:00:00.001" but got "12:00:00.000"
+PASS Value < min attribute
PASS Value <= max attribute
-FAIL Value > max attribute assert_equals: expected "12:00:00.000" but got "12:00:00.001"
+PASS Value > max attribute
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698