| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/extendable-event-async-waituntil.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/extendable-event-async-waituntil.https.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/extendable-event-async-waituntil.https.html
|
| index 783a712ee4c842a9953cb707b78564a2c0ec45e7..a5b643094e899debcf8eda3f70274ad227d8034a 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/extendable-event-async-waituntil.https.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/extendable-event-async-waituntil.https.html
|
| @@ -73,6 +73,9 @@ async_test(msg_event_test.bind(this, 'current-extension-expired-same-microtask-t
|
| async_test(msg_event_test.bind(this, 'current-extension-expired-different-task'),
|
| 'Test calling waitUntil after the current extension expired in a different task fails');
|
|
|
| +async_test(msg_event_test.bind(this, 'script-extendable-event'),
|
| + 'Test calling waitUntil on a script constructed ExtendableEvent throws exception');
|
| +
|
| async_test(function(t) {
|
| var testBody = function(worker) {
|
| return with_iframe('./resources/pending-respondwith-async-waituntil/dummy.html');
|
|
|