| Index: LayoutTests/fast/forms/autocomplete-expected.txt
|
| diff --git a/LayoutTests/fast/forms/autocomplete-expected.txt b/LayoutTests/fast/forms/autocomplete-expected.txt
|
| index df9b351314fe0ceb632530866a2ead1789a7ff08..d16a92c8f7e50338315d67ac6dda976b7bdb5ddb 100644
|
| --- a/LayoutTests/fast/forms/autocomplete-expected.txt
|
| +++ b/LayoutTests/fast/forms/autocomplete-expected.txt
|
| @@ -1,5 +1,8 @@
|
| This tests that the 'autocomplete' attribute of form and input elements is bound to a JavaScript property.
|
|
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| PASS ('autocomplete' in form) is true
|
| PASS ('autocomplete' in field) is true
|
| PASS form.getAttribute('autocomplete') is null
|
|
|