Files
ladybird/Tests/LibWeb/Text/expected/HTML/HTMLLabelElement-form.txt
Tim Ledbetter 6bf22075ed LibWeb: Implement the HTMLLabelElement.form attribute
This returns the form element associated with the given label element's
control or null if the label has no control.
2024-05-18 11:04:04 +02:00

13 lines
623 B
Plaintext

Form for #label-no-for is null
Control for #label-no-for is null: true
Form for #parent-of-input2: #form2
label.form is the same as label.control.form for #parent-of-input2: true
Form for #label-for-input2: #form2
label.form is the same as label.control.form for #label-for-input2: true
Form for #label-for-input1: #form1
label.form is the same as label.control.form for #label-for-input1: true
Form for #label-for-non-labelable-element is null
Control for #label-for-non-labelable-element is null: true
Form for #label-for-nonexistent-element is null
Control for #label-for-nonexistent-element is null: true