| Index: LayoutTests/fast/forms/input-type-change-focusout.html
|
| diff --git a/LayoutTests/fast/forms/input-type-change-focusout.html b/LayoutTests/fast/forms/input-type-change-focusout.html
|
| index dd74a9e17d093be99b7a9c3a4278f9ef666e691b..dfc63beba52dd4b76051be2ff5f664b9ddb3ed18 100644
|
| --- a/LayoutTests/fast/forms/input-type-change-focusout.html
|
| +++ b/LayoutTests/fast/forms/input-type-change-focusout.html
|
| @@ -13,7 +13,7 @@ input.addEventListener('focusout', function() {
|
| focusoutCalled = true;
|
| });
|
| input.focus();
|
| -input.setAttribute('x-webkit-speech');
|
| +input.setAttribute('x-webkit-speech', '');
|
| shouldBeFalse('focusoutCalled');
|
| input.type = 'month';
|
| shouldBeFalse('focusoutCalled');
|
|
|