mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
10 lines
325 B
JavaScript
10 lines
325 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: 'idle-detection'}, 'granted');
|
|
|
|
await fetch_tests_from_worker(new Worker('resources/idlharness-worker.js'));
|
|
}, 'Run idlharness tests in a worker.');
|