Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /payment-handler/payment-request-event-constructor.https.worker.html - WPT Dashboard Interop Dashboard
importScripts('/resources/testharness.js');
test(() => {
assert_false('PaymentRequestEvent' in self);
}, 'PaymentRequestEvent constructor must not be exposed in worker');
done();