Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/fast/js/constructor-length.html

Issue 1958543002: requestAutocomplete: remove from web platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Document-createEvent-expected.txt Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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.

Powered by Google App Engine