chromium/third_party/blink/web_tests/external/wpt/payment-handler/can-make-payment-event-constructor.https.worker.js

importScripts('/resources/testharness.js');

test(() => {
  assert_false('CanMakePaymentEvent' in self);
}, 'CanMakePaymentEvent constructor must not be exposed in worker');

done();