badging icon indicating copy to clipboard operation
badging copied to clipboard

Test API in workers

Open marcoscaceres opened this issue 2 years ago • 2 comments

Apart from the WebIDL checks, we are currently missing tests for workers.

  • [ ] make sure badge can be set in a worker (or at least resolves as expected).
  • [ ] maybe do all the checks that are done in the regular web page also in the worker.

marcoscaceres avatar Mar 31 '23 05:03 marcoscaceres

Guidance on writing web worker tests: https://web-platform-tests.org/writing-tests/testharness-api.html#web-workers

marcoscaceres avatar May 01 '23 04:05 marcoscaceres