Files
Anne van Kesteren 8c9e6aa25a Bug 2067939 [wpt PR 62300] - Remove SharedWorkerGlobalScope onconnect test, a=testonly
Automatic update from web-platform-tests
Remove SharedWorkerGlobalScope onconnect test

It cannot pass: it expects assigning a non-callable object to an event handler
to yield null, but [LegacyTreatNonObjectAsNull] only nulls out non-objects, and
it never calls done().

Everything it covers is already tested, correctly. See
workers/interfaces/DedicatedWorkerGlobalScope/onmessage.worker.js for the event
handler attribute behavior in a worker global, and
workers/constructors/SharedWorker/connect-event.html for the connect event.

--

wpt-commits: 81841cc6e29ed4d57173f8b6dd0b736096c0bb58
wpt-pr: 62300
2026-09-08 11:45:47 +00:00
..