blob: 9ff21839f896435a97ac834199d05d820584f4e2 [file] [log] [blame]
<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id="log"></div>
<script>
'use strict';
fetch_tests_from_worker(new Worker(
'/webusb/resources/idlharness.dedicatedworker.sharedworker.js'));
</script>