| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/valueMode-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/valueMode-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/valueMode-expected.txt
|
| index 4b23964678abb1341b80f13c8c660ac929f37ed7..be6e5f723a51903422688a3ad4056cdb0962a442 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/valueMode-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-input-element/valueMode-expected.txt
|
| @@ -13,8 +13,8 @@ PASS value IDL attribute of input type email without value attribute
|
| PASS value IDL attribute of input type email with value attribute
|
| PASS value IDL attribute of input type password without value attribute
|
| PASS value IDL attribute of input type password with value attribute
|
| -FAIL value IDL attribute of input type datetime without value attribute assert_equals: expected "" but got "foo"
|
| -FAIL value IDL attribute of input type datetime with value attribute assert_equals: expected "" but got "foo"
|
| +PASS value IDL attribute of input type datetime-local without value attribute
|
| +PASS value IDL attribute of input type datetime-local with value attribute
|
| PASS value IDL attribute of input type date without value attribute
|
| PASS value IDL attribute of input type date with value attribute
|
| PASS value IDL attribute of input type month without value attribute
|
|
|