| Index: LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js
|
| diff --git a/LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js b/LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js
|
| index 846983441ee65d62a5da729df678796c30b25469..f9edce57fe867dfaebd0022431ee0f3866bd99ba 100644
|
| --- a/LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js
|
| +++ b/LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js
|
| @@ -62,3 +62,9 @@ promise_test(function(t) {
|
| });
|
| });
|
| }, 'Cache');
|
| +
|
| +test(function() {
|
| + assert_equals(new ExtendableEvent('ExtendableEvent').type, 'ExtendableEvent');
|
| + assert_equals(new InstallEvent('InstallEvent').type, 'InstallEvent');
|
| +
|
| + }, 'Event constructors');
|
|
|