| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-willValidate-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-willValidate-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-willValidate-expected.txt
|
| index 409c9b7fbb27e06b64559a1a718f407204dc5322..542042ac6094df054ee11cc0e52c0ce8f7f03e2f 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-willValidate-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-willValidate-expected.txt
|
| @@ -33,7 +33,10 @@ PASS [INPUT in PASSWORD status] Must be barred from the constraint validation if
|
| PASS [INPUT in PASSWORD status] The willValidate attribute must be true if an element is mutable
|
| PASS [INPUT in PASSWORD status] Must be barred from the constraint validation if it is readonly
|
| PASS [INPUT in PASSWORD status] The willValidate attribute must be false if it has a datalist ancestor
|
| -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] Must be barred from the constraint validation if it is disabled
|
| +PASS [INPUT in DATETIME-LOCAL status] The willValidate attribute must be true if an element is mutable
|
| +PASS [INPUT in DATETIME-LOCAL status] Must be barred from the constraint validation if it is readonly
|
| +PASS [INPUT in DATETIME-LOCAL status] The willValidate attribute must be false if it has a datalist ancestor
|
| PASS [INPUT in DATE status] Must be barred from the constraint validation if it is disabled
|
| PASS [INPUT in DATE status] The willValidate attribute must be true if an element is mutable
|
| PASS [INPUT in DATE status] Must be barred from the constraint validation if it is readonly
|
|
|