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