| Index: LayoutTests/fast/dom/HTMLButtonElement/change-type-expected.txt
|
| diff --git a/LayoutTests/fast/dom/HTMLButtonElement/change-type-expected.txt b/LayoutTests/fast/dom/HTMLButtonElement/change-type-expected.txt
|
| index 599cf528ca28162ee1c3983641fc270a1147accc..ac05c4a307f16de3d48d0ce7ae2c0c1c8a372690 100644
|
| --- a/LayoutTests/fast/dom/HTMLButtonElement/change-type-expected.txt
|
| +++ b/LayoutTests/fast/dom/HTMLButtonElement/change-type-expected.txt
|
| @@ -33,7 +33,7 @@ PASS btn.getAttribute('type') is 'button '
|
| PASS btn.type = ' b u t t o n '; btn.type is 'submit'
|
| PASS btn.getAttribute('type') is ' b u t t o n '
|
| PASS btn.type = null; btn.type is 'submit'
|
| -PASS btn.getAttribute('type') is null
|
| +PASS btn.getAttribute('type') is 'null'
|
| PASS btn.type = undefined; btn.type is 'submit'
|
| PASS btn.getAttribute('type') is 'undefined'
|
| PASS btn.type = 'reset'; txt.value = 'hello'; btn.click(); txt.value is ''
|
|
|