summaryrefslogtreecommitdiffstats
path: root/dom/fs/test/xpcshell/test_syncAccessHandle_worker.js
blob: 377efab598252abba0eb6cda14f3c2ec4ada075f (plain)
1
2
3
4
5
6
7
8
/**
 * Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/
 */

add_task(async function worker() {
  await run_test_in_worker("worker/test_syncAccessHandle_worker.js");
});