| Index: third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/time-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/time-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/time-expected.txt
|
| index 101266d36411d0799686122d2ebfba830d053585..edd9253c7b93250a658097d20d7029004f8e72c3 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/time-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/time-expected.txt
|
| @@ -21,13 +21,13 @@ PASS stepUp on step value hour
|
| PASS stepDown on step value hour
|
| PASS stepUp on step value second
|
| PASS stepDown on step value second
|
| -PASS stepUp on step value miri second
|
| -PASS stepDown on step value miri second
|
| -PASS stepUp argment 2 times
|
| -PASS stepDown argment 2 times
|
| -FAIL stepUp stop because it exceeds the maximum value assert_equals: expected "15:00" but got "15:00:00"
|
| -FAIL stepDown Stop so lower than the minimum value assert_equals: expected "13:00" but got "13:00:00"
|
| -FAIL stop at border on stepUp assert_equals: expected "15:01" but got "15:00"
|
| +PASS stepUp on step value with fractional seconds
|
| +PASS stepDown on step value with fractional seconds
|
| +PASS stepUp argument 2 times
|
| +PASS stepDown argument 2 times
|
| +PASS stepUp stop because it exceeds the maximum value
|
| +PASS stepDown stop so lower than the minimum value
|
| +FAIL stop at border on stepUp assert_in_array: a valid time string representing 1 minute after 3pm value "15:00" not in array ["15:01", "15:01:00", "15:01:00.0", "15:01:00.00", "15:01:00.000"]
|
| PASS stop at border on stepDown
|
| PASS empty value of stepUp
|
| PASS set value on not time format value
|
|
|