mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
LibWeb: Generate binding for HTMLObjectElement.contentWindow attribute
This only required adding the appropriate definition to the IDL file, as `NavigableContainer` already implements the logic that we need.
This commit is contained in:
committed by
Andreas Kling
parent
b2e6843055
commit
c36ba450be
Notes:
sideshowbarker
2024-07-17 23:02:37 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/c36ba450be Pull-request: https://github.com/SerenityOS/serenity/pull/24355
@@ -0,0 +1,2 @@
|
||||
object.contentWindow initial value should be null: true
|
||||
contentWindow.name should be the same as object.name PASS
|
||||
Reference in New Issue
Block a user