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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/inputevents/input-event-listener-class-name-expected.txt

Issue 1682683002: [InputEvent] Add InputEvent with basic interface behind a flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing layout test Created 4 years, 10 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/inputevents/input-event-listener-class-name-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/crash-on-accessing-properties-at-initial-state-expected.txt b/third_party/WebKit/LayoutTests/fast/events/inputevents/input-event-listener-class-name-expected.txt
similarity index 53%
copy from third_party/WebKit/LayoutTests/accessibility/crash-on-accessing-properties-at-initial-state-expected.txt
copy to third_party/WebKit/LayoutTests/fast/events/inputevents/input-event-listener-class-name-expected.txt
index e2f858abfc3f4dce6b94571f7a72e842c5cbf600..93c9862bc5d37ed1d370e0f73fdf6e3bdc34d338 100644
--- a/third_party/WebKit/LayoutTests/accessibility/crash-on-accessing-properties-at-initial-state-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/inputevents/input-event-listener-class-name-expected.txt
@@ -1,8 +1,9 @@
-This tests that there's no crash when accessising any properties at the initial state.
+This tests that addEventListener('input') produces correct event type.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+PASS event1.constructor.name is "InputEvent"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698