| Index: LayoutTests/fast/forms/form-attribute-expected.txt
|
| diff --git a/LayoutTests/fast/forms/form-attribute-expected.txt b/LayoutTests/fast/forms/form-attribute-expected.txt
|
| index 2628fc3231f320542484aeb96734d619eee34bd1..f5f8f3d49906789223d2ccbf220a08ec8fb829b6 100644
|
| --- a/LayoutTests/fast/forms/form-attribute-expected.txt
|
| +++ b/LayoutTests/fast/forms/form-attribute-expected.txt
|
| @@ -64,6 +64,10 @@ PASS labelElement.form is null
|
| PASS inputElement.form is owner
|
| PASS labelElement.form is owner
|
|
|
| +- Check if a form and a control are disassociated when they are removed from the document together.
|
| +PASS owner.elements.length is 1
|
| +PASS owner.elements.length is 0
|
| +
|
| - Checks if option.form is only set if it has a <select> parent.
|
| PASS option1.form is null
|
| PASS option2.form is null
|
|
|