tor-browser

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

payment-request-event-constructor.https.serviceworker.html (541B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>Test for PaymentRequestEvent Constructor</title>
      4 <link rel="help" href="https://w3c.github.io/payment-handler/#the-paymentrequestevent">
      5 <script src="/resources/testharness.js"></script>
      6 <script src="/resources/testharnessreport.js"></script>
      7 <script src="/service-workers/service-worker/resources/test-helpers.sub.js"></script>
      8 <script>
      9 
     10 service_worker_test('payment-request-event-constructor.https.serviceworker.js',
     11    'PaymentRequestEvent can be constructed in service worker');
     12 
     13 </script>