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

Side by Side Diff: third_party/WebKit/LayoutTests/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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/dom/interfaces-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 FAIL First parameter to initEvent should be mandatory. assert_throws: function " function () {
13 e.initEvent()
14 }" did not throw
15 PASS Tests initEvent's default parameter values.
16 Harness: the test ran to completion.
17
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/dom/interfaces-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698