blob: d88bddceafa97487f03d63b1a8c67c5141a16721 [file] [log] [blame]
importScripts('/resources/testharness.js');
test(() => {
assert_false('CanMakePaymentEvent' in self);
}, 'CanMakePaymentEvent constructor must not be exposed in worker');
done();