ladybird/Tests/LibWeb/Text/expected/Worker
Shannon Booth 6ea6ba3866 LibWeb/Bindings: Don't install inherited members on global objects
When generating global mixins, only define regular members from the
[Global] interface itself on the global object. Inherited members remain
available through the prototype chain.

This was found due to a timeout on:

https://wpt.live/html/dom/idlharness.any.worker.html

Installing inherited members created fresh own functions on worker
globals, so self.importScripts differed from
WorkerGlobalScope.prototype.importScripts. That confused idlharness into
taking its null-this check path for importScripts, which then attempted
to import "null" and timed out.
2026-06-11 21:35:56 +02:00
..
SharedWorker-close-one-owner.txt LibWebView+WebContent+WebWorker: Move worker ownership into LibWebView 2026-05-27 02:27:19 +01:00
SharedWorker-reuse.txt LibWebView+WebContent+WebWorker: Move worker ownership into LibWebView 2026-05-27 02:27:19 +01:00
SharedWorker-type-mismatch.txt LibWebView+WebContent+WebWorker: Move worker ownership into LibWebView 2026-05-27 02:27:19 +01:00
Worker-blob.txt
Worker-close-after-postMessage.txt
Worker-crypto.txt
Worker-echo.txt
Worker-error-event-after-gc.txt LibWeb: Keep worker startup reachable until script load completes 2026-04-27 18:02:49 +02:00
Worker-importScripts.txt
Worker-location.txt
Worker-module.txt
Worker-offscreencanvas.txt LibWeb: Serialize CanvasTextDrawingStyles::font correctly 2026-04-08 14:31:43 +01:00
Worker-performance.txt
Worker-postMessage-transfer.txt
Worker-referrer.txt Tests/LibWeb: Support absolute paths for WPT files in HTTP test server 2026-03-23 22:32:43 +01:00
Worker-script-fetch-referrer.txt Tests/LibWeb: Use localhost for echo server URL 2026-03-23 22:32:43 +01:00
WorkerGlobalScope-inherited-properties.txt LibWeb/Bindings: Don't install inherited members on global objects 2026-06-11 21:35:56 +02:00
XHttpRequest-responseXML-unavailable-in-worker.txt LibWeb: Don't expose XMLHttpRequest.responseXML in workers 2025-07-01 01:03:58 +02:00