tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

interface-requirements-sw.https.html (601B)


      1 <!DOCTYPE html>
      2 <title>Service Worker Global Scope Interfaces</title>
      3 <meta name="timeout" content="long">
      4 <script src="/resources/testharness.js"></script>
      5 <script src="/resources/testharnessreport.js"></script>
      6 <script src="resources/test-helpers.sub.js"></script>
      7 <script>
      8 'use strict';
      9 
     10 // interface-requirements-worker.sub.js checks additional interface
     11 // requirements, on top of the basic IDL that is validated in
     12 // service-workers/idlharness.any.js
     13 service_worker_test(
     14  'resources/interface-requirements-worker.sub.js',
     15  'Interfaces and attributes in ServiceWorkerGlobalScope');
     16 </script>