| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt
|
| index c0788c81cfd588db9a7227213a10c9d8ceaba711..3239aa1e9a67c58581b520d2b73b2400205f558e 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validity-valueMissing-expected.txt
|
| @@ -17,7 +17,17 @@ PASS [INPUT in EMAIL status] The value is empty and required is true
|
| PASS [INPUT in PASSWORD status] The required attribute is not set
|
| PASS [INPUT in PASSWORD status] The value is not empty and required is true
|
| PASS [INPUT in PASSWORD status] The value is empty and required is true
|
| -FAIL [INPUT in DATETIME status] The datetime type must be supported. assert_equals: The datetime type should be supported. expected "datetime" but got "text"
|
| +PASS [INPUT in DATETIME-LOCAL status] The required attribute is not set
|
| +PASS [INPUT in DATETIME-LOCAL status] Valid local date and time string(2000-12-10T12:00:00)
|
| +FAIL [INPUT in DATETIME-LOCAL status] Valid local date and time string(2000-12-10 12:00) assert_false: The validity.valueMissing should be false. expected false got true
|
| +PASS [INPUT in DATETIME-LOCAL status] Valid local date and time string(1979-10-14T12:00:00.001)
|
| +PASS [INPUT in DATETIME-LOCAL status] The value attribute is a number(1234567)
|
| +PASS [INPUT in DATETIME-LOCAL status] The value attribute is a Date object
|
| +PASS [INPUT in DATETIME-LOCAL status] Invalid local date and time string(1979-10-99 99:99)
|
| +FAIL [INPUT in DATETIME-LOCAL status] Valid local date and time string(1979-10-14 12:00:00) assert_false: The validity.valueMissing should be false. expected false got true
|
| +PASS [INPUT in DATETIME-LOCAL status] Invalid local date and time string(2001-12-21 12:00)-two white space
|
| +PASS [INPUT in DATETIME-LOCAL status] the value attribute is a string(abc)
|
| +PASS [INPUT in DATETIME-LOCAL status] The value attribute is empty string
|
| PASS [INPUT in DATE status] The required attribute is not set
|
| PASS [INPUT in DATE status] Valid date string(2000-12-10)
|
| PASS [INPUT in DATE status] Valid date string(9999-01-01)
|
|
|