https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d82577659f6502e95610c654b65ea20a76b22baa authored by David Grogan on 06 July 2018, 23:21:12 UTC
[css-tables] Test for table width when cell is sized between its min/max
Tip revision: d825776
can-make-payment-event-constructor.https.worker.js
importScripts('/resources/testharness.js');

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

done();
back to top