| Index: LayoutTests/fast/forms/input-inputmode.html
|
| diff --git a/LayoutTests/fast/forms/input-inputmode.html b/LayoutTests/fast/forms/input-inputmode.html
|
| index c559f3c6fedf777f732f9eee5d3fd8ab91347335..4ffb56584f96e62eb3e6bcd42aff0f0877ef0dba 100644
|
| --- a/LayoutTests/fast/forms/input-inputmode.html
|
| +++ b/LayoutTests/fast/forms/input-inputmode.html
|
| @@ -26,8 +26,8 @@ shouldBe('input.getAttribute("inputmode")', '""');
|
| // Null.
|
| debug('Setting null to inputMode:');
|
| input.inputMode = null;
|
| -shouldBe('input.inputMode', '""');
|
| -shouldBe('input.getAttribute("inputmode")', 'null');
|
| +shouldBe('input.inputMode', '"null"');
|
| +shouldBe('input.getAttribute("inputmode")', '"null"');
|
| input.setAttribute('inputmode', null);
|
| shouldBe('input.inputMode', '"null"');
|
|
|
|
|