servo/tests/wpt/web-platform-tests/payment-handler/can-make-payment-event-constructor.https.worker.js

7 lines
183 B
JavaScript

importScripts('/resources/testharness.js');
test(() => {
assert_false('CanMakePaymentEvent' in self);
}, 'CanMakePaymentEvent constructor must not be exposed in worker');
done();