https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d0802e5f893fea69f18a272e88ed8d0ce13166ce authored by Philip Jägenstedt on 20 December 2018, 16:48:28 UTC
Revamp how idlharness.js handles iterable declarations
Tip revision: d0802e5
payment-request-event-constructor.https.serviceworker.html
<!doctype html>
<meta charset="utf-8">
<title>Test for PaymentRequestEvent Constructor</title>
<link rel="help" href="https://w3c.github.io/payment-handler/#the-paymentrequestevent">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/service-workers/service-worker/resources/test-helpers.sub.js"></script>
<script>

service_worker_test('payment-request-event-constructor.https.serviceworker.js',
    'PaymentRequestEvent can be constructed in service worker');

</script>
back to top