diff --git a/test/fixtures/wpt/common/dispatcher/remote-executor-worker.js b/test/fixtures/wpt/common/dispatcher/remote-executor-worker.js new file mode 100644 index 00000000000..afba4bae24f --- /dev/null +++ b/test/fixtures/wpt/common/dispatcher/remote-executor-worker.js @@ -0,0 +1,5 @@ +importScripts('./dispatcher.js'); + +const params = new URLSearchParams(location.search); +const uuid = params.get('uuid'); +const executor = new Executor(uuid); // `execute()` is called in constructor. diff --git a/test/fixtures/wpt/common/dispatcher/remote-executor.html b/test/fixtures/wpt/common/dispatcher/remote-executor.html index 8b0030390d0..f87f566be96 100644 --- a/test/fixtures/wpt/common/dispatcher/remote-executor.html +++ b/test/fixtures/wpt/common/dispatcher/remote-executor.html @@ -3,7 +3,10 @@
- + + +