| Index: LayoutTests/fast/forms/reportValidity-003-expected.txt
|
| diff --git a/LayoutTests/fast/forms/checkValidity-003-expected.txt b/LayoutTests/fast/forms/reportValidity-003-expected.txt
|
| similarity index 52%
|
| copy from LayoutTests/fast/forms/checkValidity-003-expected.txt
|
| copy to LayoutTests/fast/forms/reportValidity-003-expected.txt
|
| index 04f65b55c77327b1309648a1268ef1133dab5cea..d7c5a8c0ac1ccb37ad3b9e177a46bcd0f9f947fc 100644
|
| --- a/LayoutTests/fast/forms/checkValidity-003-expected.txt
|
| +++ b/LayoutTests/fast/forms/reportValidity-003-expected.txt
|
| @@ -1,10 +1,10 @@
|
| -This test checks if checkValidity() returns correctly a true (meaning no error) result on form element.
|
| +This test checks if reportValidity() returns correctly a true (meaning no error) result on form element.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| lorem ipsum
|
| -PASS f.checkValidity() is true
|
| +PASS f.reportValidity() is true
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|