Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: third_party/WebKit/LayoutTests/fast/js/script-tests/global-constructors.js

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/js/script-tests/global-constructors.js
diff --git a/third_party/WebKit/LayoutTests/fast/js/script-tests/global-constructors.js b/third_party/WebKit/LayoutTests/fast/js/script-tests/global-constructors.js
index 24f2f28ec0830558dfe7a0d17a6476e5e3d7d91d..1be91ef138b79b125dd9b9e7a9bb8c6948b08901 100644
--- a/third_party/WebKit/LayoutTests/fast/js/script-tests/global-constructors.js
+++ b/third_party/WebKit/LayoutTests/fast/js/script-tests/global-constructors.js
@@ -41,8 +41,7 @@ for (var x in constructorNames) {
name == "Float32Array" ||
name == "Float64Array" ||
name == "FileError" ||
- name == "FileReader" ||
- name == "AutocompleteErrorEvent")
+ name == "FileReader")
continue;
if (name == "XMLDocument")

Powered by Google App Engine
This is Rietveld 408576698