| Index: LayoutTests/fast/forms/submit-form-attributes-expected.txt
|
| diff --git a/LayoutTests/fast/forms/submit-form-attributes-expected.txt b/LayoutTests/fast/forms/submit-form-attributes-expected.txt
|
| index 502f2a002e9f011a7a09d78eea8105ff07b76004..3eec57458f6a10d3790f2d640a4e9b8bf0a621de 100644
|
| --- a/LayoutTests/fast/forms/submit-form-attributes-expected.txt
|
| +++ b/LayoutTests/fast/forms/submit-form-attributes-expected.txt
|
| @@ -81,14 +81,14 @@ PASS button.formTarget is "http://example.com"
|
| PASS button.formTarget is "nota"
|
|
|
| Setting null for button:
|
| -PASS button.formEnctype is ""
|
| -PASS button.getAttribute("formEnctype") is null
|
| PASS button.formEnctype is "application/x-www-form-urlencoded"
|
| -PASS button.formMethod is ""
|
| -PASS button.getAttribute("formMethod") is null
|
| +PASS button.getAttribute("formEnctype") is "null"
|
| +PASS button.formEnctype is "application/x-www-form-urlencoded"
|
| PASS button.formMethod is "get"
|
| -PASS button.formTarget is ""
|
| -PASS button.getAttribute("formTarget") is null
|
| +PASS button.getAttribute("formMethod") is "null"
|
| +PASS button.formMethod is "get"
|
| +PASS button.formTarget is "null"
|
| +PASS button.getAttribute("formTarget") is "null"
|
| PASS button.formTarget is "null"
|
|
|
| Setting undefined for button:
|
|
|