aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/payment-handler/payment-request-event-constructor.https.worker.js
blob: fdb71aa845179cf63344d9370b1a138ef8924746 (plain) (blame)
1
2
3
4
5
6
7
importScripts('/resources/testharness.js');

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

done();