| 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 dfc63beba52dd4b76051be2ff5f664b9ddb3ed18..c46a89fb16740edcae8f3f5c0cafdc41fa8ad247 100644
|
| --- a/LayoutTests/fast/forms/input-type-change-focusout.html
|
| +++ b/LayoutTests/fast/forms/input-type-change-focusout.html
|
| @@ -13,8 +13,6 @@ input.addEventListener('focusout', function() {
|
| focusoutCalled = true;
|
| });
|
| input.focus();
|
| -input.setAttribute('x-webkit-speech', '');
|
| -shouldBeFalse('focusoutCalled');
|
| input.type = 'month';
|
| shouldBeFalse('focusoutCalled');
|
| input.type = 'week';
|
|
|