| Index: third_party/WebKit/LayoutTests/fast/forms/checkValidity-001-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/checkValidity-001-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/checkValidity-001-expected.txt
|
| index f61df8495fa30b3c4d19c0aabbd92b14621e977d..72f8a4738b4890e7e16df718dddae7db9e6214c8 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/checkValidity-001-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/checkValidity-001-expected.txt
|
| @@ -4,9 +4,11 @@ This test checks if checkValidity() returns correctly a true (meaning no error)
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| +
|
| lorem ipsum
|
| PASS document.getElementsByTagName("fieldset")[0].checkValidity() is true
|
| -PASS document.getElementsByTagName("input")[0].checkValidity() is true
|
| +PASS document.getElementsByTagName("fieldset")[1].checkValidity() is true
|
| +PASS document.getElementsByTagName("input")[1].checkValidity() is true
|
| PASS document.getElementsByTagName("button")[0].checkValidity() is true
|
| PASS document.getElementsByTagName("select")[0].checkValidity() is true
|
| PASS document.getElementsByTagName("textarea")[0].checkValidity() is true
|
|
|