| Index: LayoutTests/fast/forms/autocomplete-expected.txt
|
| diff --git a/LayoutTests/fast/forms/autocomplete-expected.txt b/LayoutTests/fast/forms/autocomplete-expected.txt
|
| index 88e405ef8ffd2c8405b29dcafae9f352840726b6..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
|
| @@ -10,7 +13,4 @@ PASS form.getAttribute('autocomplete') is "off"
|
| PASS field.getAttribute('autocomplete') is "off"
|
| PASS form.autocomplete is "on"
|
| PASS field.autocomplete is "on"
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
|
|
|
|