| Index: third_party/WebKit/LayoutTests/fast/forms/reportValidity-valid-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/reportValidity-valid-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/reportValidity-valid-expected.txt
|
| index f18e0d878143b3ec42f1d7b2c598762ddaa1c117..13c4566d2a44913967713ff782177f07a9470c13 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/reportValidity-valid-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/reportValidity-valid-expected.txt
|
| @@ -1,10 +1,9 @@
|
| -CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M57, around March 2017. See https://www.chromestatus.com/features/5716060992962560 for more details.
|
| This test checks if reportValidity() returns correctly a true (meaning no error) result.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| - lorem ipsum
|
| + lorem ipsum
|
|
|
| Elements valid from the begining
|
| PASS document.getElementsByTagName("fieldset")[0].reportValidity() is true
|
| @@ -14,7 +13,6 @@ PASS document.getElementsByTagName("select")[0].reportValidity() is true
|
| PASS document.getElementsByTagName("textarea")[0].reportValidity() is true
|
| PASS document.getElementsByTagName("output")[0].reportValidity() is true
|
| PASS document.getElementsByTagName("object")[0].reportValidity() is true
|
| -PASS document.getElementsByTagName("keygen")[0].reportValidity() is true
|
| PASS document.getElementById("happy_form")[0].reportValidity() is true
|
|
|
| Element valid when changed
|
|
|