| Index: LayoutTests/fast/forms/textarea/textarea-inputmode-expected.txt
|
| diff --git a/LayoutTests/fast/forms/textarea/textarea-inputmode-expected.txt b/LayoutTests/fast/forms/textarea/textarea-inputmode-expected.txt
|
| index 6302f693efe76fda20f27e1d61371cdc633530e3..fbb5dc721e49503c43603da34759eb7d07a32fb2 100644
|
| --- a/LayoutTests/fast/forms/textarea/textarea-inputmode-expected.txt
|
| +++ b/LayoutTests/fast/forms/textarea/textarea-inputmode-expected.txt
|
| @@ -9,8 +9,8 @@ PASS textarea.inputMode is "abc"
|
| PASS textarea.getAttribute("inputmode") is "foo"
|
| PASS textarea.getAttribute("inputmode") is ""
|
| Setting null to inputMode:
|
| -PASS textarea.inputMode is ""
|
| -PASS textarea.getAttribute("inputmode") is null
|
| +PASS textarea.inputMode is "null"
|
| +PASS textarea.getAttribute("inputmode") is "null"
|
| PASS textarea.inputMode is "null"
|
| Setting undefined to inputMode:
|
| PASS textarea.inputMode is "undefined"
|
|
|