mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 07:33:20 +00: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
No EOL
232 B
Text
10 lines
No EOL
232 B
Text
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() |