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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/dom/events/Event-initEvent-expected.txt

Issue 2760173002: Revert of Make initEvent's first argument non-optional (Closed)
Patch Set: Created 3 years, 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS Properties of initEvent(type, true, true)
3 PASS Properties of initEvent(type, true, false)
4 PASS Properties of initEvent(type, false, true)
5 PASS Properties of initEvent(type, false, false)
6 PASS Calling initEvent multiple times (getting type).
7 PASS Calling initEvent multiple times (not getting type).
8 PASS Calling initEvent must not have an effect during dispatching.
9 PASS Calling initEvent must unset the stop propagation flag.
10 PASS Calling initEvent must unset the stop immediate propagation flag.
11 PASS Calling initEvent during propagation.
12 PASS First parameter to initEvent should be mandatory.
13 PASS Tests initEvent's default parameter values.
14 Harness: the test ran to completion.
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698