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

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

Issue 14020004: Remove the remains of unused guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 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: LayoutTests/fast/events/event-creation-expected.txt
diff --git a/LayoutTests/fast/events/event-creation-expected.txt b/LayoutTests/fast/events/event-creation-expected.txt
index a55499741fd7afb5d9870e695bcef50dd29467dd..509b9218d338dc27cd79d2f5c1270e78ee97b242 100644
--- a/LayoutTests/fast/events/event-creation-expected.txt
+++ b/LayoutTests/fast/events/event-creation-expected.txt
@@ -103,6 +103,12 @@ PASS document.createEvent('SVGZoomEvents').constructor === window.SVGZoomEvent i
PASS document.createEvent('CloseEvent') instanceof window.CloseEvent is true
PASS document.createEvent('CloseEvent') instanceof window.Event is true
PASS document.createEvent('CloseEvent').constructor === window.CloseEvent is true
+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
« no previous file with comments | « LayoutTests/fast/events/event-creation.html ('k') | LayoutTests/fast/events/touch/script-tests/tap-highlight-color.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698