mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
Make WindowProxy implement the EventTarget interface. Add a new method current_target_for_bindings() that returns a WindowProxy object instead of directly exposing the Window object. These changes fixes several WPT tests that contain `window === currentTarget`.
10 lines
232 B
Plaintext
10 lines
232 B
Plaintext
Harness status: OK
|
|
|
|
Found 5 tests
|
|
|
|
5 Pass
|
|
Pass In window.document with click event
|
|
Pass In window.document with load event
|
|
Pass In window.document.cloneNode(true)
|
|
Pass In new Document()
|
|
Pass In DOMImplementation.createHTMLDocument() |