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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt

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/events/event-creation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt b/third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt
index ce122b13503e1a3e5b8aeb9aa4fd62099372d577..2e4fb7e0c8370038519319b48c9b52f569d04285 100644
--- a/third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt
@@ -123,9 +123,6 @@ PASS document.createEvent('CloseEvent').constructor === window.CloseEvent is tru
PASS document.createEvent('TouchEvent') instanceof window.TouchEvent is true
PASS document.createEvent('TouchEvent') instanceof window.Event is true
PASS document.createEvent('TouchEvent').constructor === window.TouchEvent is true
-PASS document.createEvent('AutocompleteErrorEvent') instanceof window.AutocompleteErrorEvent is true
-PASS document.createEvent('AutocompleteErrorEvent') instanceof window.Event is true
-PASS document.createEvent('AutocompleteErrorEvent').constructor === window.AutocompleteErrorEvent is true
PASS allEventInterfacesCreateEvents is true
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698