mirror of
https://github.com/servo/servo.git
synced 2025-10-16 16:29:18 +01:00
10 lines
333 B
JavaScript
10 lines
333 B
JavaScript
// META: script=/resources/testdriver.js
|
|
// META: script=/resources/testdriver-vendor.js
|
|
|
|
'use strict';
|
|
|
|
promise_test(async t => {
|
|
await test_driver.set_permission({ name: 'notifications' }, 'granted', false);
|
|
|
|
await fetch_tests_from_worker(new Worker('resources/idlharness-worker.js'));
|
|
}, 'Run idlharness tests in a worker.');
|