chromium/third_party/blink/web_tests/http/tests/mojo/bind-intercepted-interface-in-worker.html

<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
'use strict';

let worker = new Worker('./resources/bind-intercepted-interface-in-worker.js');
fetch_tests_from_worker(worker);
</script>