| Index: third_party/WebKit/LayoutTests/fast/js/constructor-length.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/js/constructor-length.html b/third_party/WebKit/LayoutTests/fast/js/constructor-length.html
|
| index 106bd073db183bf78247f9e419b3f62bc90a86ce..2168ca450a84eaaff93fbce70fde64c053b060a3 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/js/constructor-length.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/js/constructor-length.html
|
| @@ -11,8 +11,6 @@ shouldBe('ArrayBuffer.length', '1');
|
| shouldBe('AudioContext.length', '0');
|
| shouldBe('Blob.length', '0');
|
| shouldBe('CloseEvent.length', '1');
|
| -// TODO(bashi): CustomEvent.length == 0 since it uses custom constructor.
|
| -// Fix this regression once http://crbug.com/529941 is fixed.
|
| shouldBe('CustomEvent.length', '1');
|
| shouldBe('DOMFormData.length', '0');
|
| shouldBe('DOMParser.length', '0');
|
|
|