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