Bug 1564631 [wpt PR 17529] - Trigger affected tests, a=testonly

Automatic update from web-platform-tests
Trigger affected tests (#17529)

* Update interfaces/service-workers.idl

Source: https://github.com/tidoust/reffy-reports/blob/b3787dc/whatwg/idl/service-workers.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/550916945

* Trigger affected tests

--

wpt-commits: a1212ad614ae8c5571e5bea54361aac5d0bf8ef8
wpt-pr: 17529
This commit is contained in:
autofoolip 2019-07-19 18:14:01 +00:00 коммит произвёл James Graham
Родитель d891fb463b
Коммит 9da81ce50c
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -16,6 +16,7 @@ interface ServiceWorker : EventTarget {
ServiceWorker includes AbstractWorker;
enum ServiceWorkerState {
"parsed",
"installing",
"installed",
"activating",
@ -95,6 +96,7 @@ dictionary NavigationPreloadState {
interface ServiceWorkerGlobalScope : WorkerGlobalScope {
[SameObject] readonly attribute Clients clients;
[SameObject] readonly attribute ServiceWorkerRegistration registration;
[SameObject] readonly attribute ServiceWorker serviceWorker;
[NewObject] Promise<void> skipWaiting();

Просмотреть файл

@ -6,6 +6,8 @@
<script>
'use strict';
// NOTE: affected when 'resources/interfaces-worker.sub.js' srcs change:
// const srcs = ['dom', 'html', 'service-workers', 'dedicated-workers'];
service_worker_test(
'resources/interfaces-worker.sub.js',
'Interfaces and attributes in ServiceWorkerGlobalScope');