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

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

Issue 2579993002: Make initEvent's first argument non-optional (Closed)
Patch Set: Update external/wpt/interfaces-expected.txt 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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Properties of initEvent(type, true, true) 2 PASS Properties of initEvent(type, true, true)
3 PASS Properties of initEvent(type, true, false) 3 PASS Properties of initEvent(type, true, false)
4 PASS Properties of initEvent(type, false, true) 4 PASS Properties of initEvent(type, false, true)
5 PASS Properties of initEvent(type, false, false) 5 PASS Properties of initEvent(type, false, false)
6 PASS Calling initEvent multiple times (getting type). 6 PASS Calling initEvent multiple times (getting type).
7 PASS Calling initEvent multiple times (not getting type). 7 PASS Calling initEvent multiple times (not getting type).
8 PASS Calling initEvent must not have an effect during dispatching. 8 PASS Calling initEvent must not have an effect during dispatching.
9 PASS Calling initEvent must unset the stop propagation flag. 9 PASS Calling initEvent must unset the stop propagation flag.
10 PASS Calling initEvent must unset the stop immediate propagation flag. 10 PASS Calling initEvent must unset the stop immediate propagation flag.
11 PASS Calling initEvent during propagation. 11 PASS Calling initEvent during propagation.
12 FAIL First parameter to initEvent should be mandatory. assert_throws: function " function () { 12 PASS First parameter to initEvent should be mandatory.
13 e.initEvent()
14 }" did not throw
15 PASS Tests initEvent's default parameter values. 13 PASS Tests initEvent's default parameter values.
16 Harness: the test ran to completion. 14 Harness: the test ran to completion.
17 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698