| 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.
|
|
|
|
|