| Index: LayoutTests/platform/win/fast/forms/implicit-submission-expected.txt
|
| diff --git a/LayoutTests/platform/win/fast/forms/implicit-submission-expected.txt b/LayoutTests/platform/win/fast/forms/implicit-submission-expected.txt
|
| index fae93bf7a8d6f124b0e29c2b200c358a6cf77d35..c24838bb263965823267e432841f99d44c0e6f05 100644
|
| --- a/LayoutTests/platform/win/fast/forms/implicit-submission-expected.txt
|
| +++ b/LayoutTests/platform/win/fast/forms/implicit-submission-expected.txt
|
| @@ -1,14 +1,14 @@
|
| Tests various combinations of form elements and how implicit submission works with them.
|
|
|
| Single text input should submit: PASS
|
| -Single text input with submit disabled should submit: PASS
|
| +Single text input with submit disabled should not submit: PASS
|
| Multiple text inputs should not submit: PASS
|
| Multiple text inputs with submit should submit: PASS
|
| Multiple text inputs with submit disabled should not submit: PASS
|
| -Multiple text inputs and multiple submits, first submit disabled should submit: PASS
|
| +Multiple text inputs and multiple submits, first submit disabled should not submit: PASS
|
| Text input and text area, text input focused should submit: PASS
|
| Text input and text area and a submit, text input focused should submit: PASS
|
| -Text input and text area and a disabled submit, text input focused should submit: PASS
|
| +Text input and text area and a disabled submit, text input focused should not submit: PASS
|
| Text input and checkbox, text input focused should submit: PASS
|
| Text input and radio, text input focused should submit: PASS
|
| Text input and text area, textarea focused should not submit: PASS
|
|
|