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

Unified Diff: third_party/WebKit/LayoutTests/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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/external/wpt/dom/events/Event-initEvent-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/events/Event-initEvent-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/dom/events/Event-initEvent-expected.txt
deleted file mode 100644
index 742badeebf788aae290bedd30f8e67d1d32c4a66..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/dom/events/Event-initEvent-expected.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-This is a testharness.js-based test.
-PASS Properties of initEvent(type, true, true)
-PASS Properties of initEvent(type, true, false)
-PASS Properties of initEvent(type, false, true)
-PASS Properties of initEvent(type, false, false)
-PASS Calling initEvent multiple times (getting type).
-PASS Calling initEvent multiple times (not getting type).
-PASS Calling initEvent must not have an effect during dispatching.
-PASS Calling initEvent must unset the stop propagation flag.
-PASS Calling initEvent must unset the stop immediate propagation flag.
-PASS Calling initEvent during propagation.
-FAIL First parameter to initEvent should be mandatory. assert_throws: function "function () {
- e.initEvent()
- }" did not throw
-PASS Tests initEvent's default parameter values.
-Harness: the test ran to completion.
-
« 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