https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d82577659f6502e95610c654b65ea20a76b22baa authored by David Grogan on 06 July 2018, 23:21:12 UTC
[css-tables] Test for table width when cell is sized between its min/max
Tip revision: d825776
can-make-payment-event-constructor.https.serviceworker.html
<!doctype html>
<meta charset="utf-8">
<title>Test for CanMakePaymentEvent Constructor</title>
<link rel="help" href="https://w3c.github.io/payment-handler/#dom-canmakepaymentevent">
<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('can-make-payment-event-constructor.https.serviceworker.js',
    'CanMakePaymentEvent can be constructed in service worker');

</script>
back to top