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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/dom/events/Event-initEvent-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/dom/events/Event-initEvent-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/dom/events/Event-initEvent-expected.txt
deleted file mode 100644
index 90ada13a32e8fd2a1afd78fde46b82384ee481a2..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/dom/events/Event-initEvent-expected.txt
+++ /dev/null
@@ -1,15 +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.
-PASS First parameter to initEvent should be mandatory.
-PASS Tests initEvent's default parameter values.
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698