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 e7c98699ba9bf2e3f47d41a4c6dd00d754730dd6..106bd073db183bf78247f9e419b3f62bc90a86ce 100644 |
--- a/third_party/WebKit/LayoutTests/fast/js/constructor-length.html |
+++ b/third_party/WebKit/LayoutTests/fast/js/constructor-length.html |
@@ -9,7 +9,6 @@ description("This tests the length property of constructors."); |
shouldBe('ArrayBuffer.length', '1'); |
shouldBe('AudioContext.length', '0'); |
-shouldBe('AutocompleteErrorEvent.length', '1'); |
shouldBe('Blob.length', '0'); |
shouldBe('CloseEvent.length', '1'); |
// TODO(bashi): CustomEvent.length == 0 since it uses custom constructor. |