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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/events/messageevent-constructor.https-expected.txt

Issue 2509753003: Initial TestExpectations vs. WPTServeExpectations cleanup (Closed)
Patch Set: rebased Created 4 years, 1 month 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/imported/wpt/html/webappapis/scripting/events/messageevent-constructor.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/events/messageevent-constructor.https-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/events/messageevent-constructor.https-expected.txt
index 6aae4710b0987cc81c3c13cc060ad3cbf2779759..52c8f7483ec3f74c57938a356d4fcecf9cdc6bc3 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/events/messageevent-constructor.https-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/events/messageevent-constructor.https-expected.txt
@@ -10,6 +10,6 @@ FAIL Passing null for ports parameter to initMessageEvent assert_throws: functio
ev.initMessageEvent("test", true, false, "testData", "testOrigin", "testId", window, null)
}" did not throw
FAIL All parameters to initMessageEvent should be mandatory assert_equals: MessageEvent.prototype.initMessageEvent.length should be 8 expected 8 but got 0
-FAIL Passing ServiceWorker for source member assert_unreached: unregister should not fail: Failed to get a ServiceWorkerRegistration: The URL protocol of the current origin ('file://') is not supported. Reached unreachable code
+FAIL Passing ServiceWorker for source member promise_test: Unhandled rejection with value: object "TypeError: Failed to construct 'MessageEvent': The optional 'source' property is neither a Window nor MessagePort."
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698