mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-20 10:02:51 +00:00
This only required adding the appropriate definition to the IDL file, as `FormAssociatedElement` already implements the logic that we need.
3 lines
168 B
Text
3 lines
168 B
Text
objectElement.form initial value is null: true
|
|
objectElement.form.id after appending to #form1: form1
|
|
objectElement.form value after removing from #form1 is null: true
|