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

Unified 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 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/external/wpt/dom/events/Event-initEvent-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/dom/events/Event-initEvent-expected.txt
similarity index 83%
rename from third_party/WebKit/LayoutTests/external/wpt/dom/events/Event-initEvent-expected.txt
rename to third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/dom/events/Event-initEvent-expected.txt
index 742badeebf788aae290bedd30f8e67d1d32c4a66..90ada13a32e8fd2a1afd78fde46b82384ee481a2 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/dom/events/Event-initEvent-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac-retina/external/wpt/dom/events/Event-initEvent-expected.txt
@@ -9,9 +9,7 @@ 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 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