summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/service-workers/service-worker/interface-requirements-sw.https.html
blob: eef868c889f04d257055d9f08ce22832b6cc34fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<title>Service Worker Global Scope Interfaces</title>
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/test-helpers.sub.js"></script>
<script>
'use strict';

// interface-requirements-worker.sub.js checks additional interface
// requirements, on top of the basic IDL that is validated in
// service-workers/idlharness.any.js
service_worker_test(
  'resources/interface-requirements-worker.sub.js',
  'Interfaces and attributes in ServiceWorkerGlobalScope');
</script>