| Index: LayoutTests/fast/js/function-length.html
|
| diff --git a/LayoutTests/fast/js/function-length.html b/LayoutTests/fast/js/function-length.html
|
| index b758f6e46b5194b7e2aee80211f21d0ff7dc984f..50690303088d84428c04169d0e74f17863b1d59a 100644
|
| --- a/LayoutTests/fast/js/function-length.html
|
| +++ b/LayoutTests/fast/js/function-length.html
|
| @@ -9,7 +9,6 @@ description("This tests the length property of functions.");
|
|
|
| shouldBe('window.confirm.length', '0');
|
| shouldBe('window.open.length', '2');
|
| -shouldBe('window.showModalDialog.length', '1');
|
| shouldBe('window.setTimeout.length', '1');
|
| shouldBe('window.clearTimeout.length', '0');
|
| shouldBe('window.addEventListener.length', '2');
|
|
|