| Index: third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/events/messageevent-constructor.https-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/events/messageevent-constructor.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/events/messageevent-constructor.https-expected.txt
|
| index 52c8f7483ec3f74c57938a356d4fcecf9cdc6bc3..b1c3c4c5ec0721dd0dc6d0a866cabdb2d956ce69 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/html/webappapis/scripting/events/messageevent-constructor.https-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/external/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 promise_test: Unhandled rejection with value: object "TypeError: Failed to construct 'MessageEvent': The optional 'source' property is neither a Window nor MessagePort."
|
| +PASS Passing ServiceWorker for source member
|
| Harness: the test ran to completion.
|
|
|
|
|