mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 21:12:08 +02:00
LibWeb: Implement the HTMLOptionElement.form attribute
This returns the parent form of a HTMLOptionElement or null if the element has no parent form.
This commit is contained in:
committed by
Andreas Kling
parent
fe7df98d7d
commit
763b7f0e0c
Notes:
sideshowbarker
2024-07-18 00:41:35 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/763b7f0e0c Pull-request: https://github.com/SerenityOS/serenity/pull/24340
@@ -0,0 +1,6 @@
|
||||
Option element with no parent select returns null: true
|
||||
Option element with no parent form returns null: true
|
||||
Option element with no parent select returns null: true
|
||||
Option element within optgroup with no parent select returns null: true
|
||||
<FORM id="form3" >
|
||||
<FORM id="form4" >
|
||||
Reference in New Issue
Block a user