| 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 340d456db9bdf55802ffc5598308dc029c31f1a5..2628fc3231f320542484aeb96734d619eee34bd1 100644
|
| --- a/LayoutTests/fast/forms/form-attribute-expected.txt
|
| +++ b/LayoutTests/fast/forms/form-attribute-expected.txt
|
| @@ -63,8 +63,12 @@ PASS inputElement.form is null
|
| PASS labelElement.form is null
|
| PASS inputElement.form is owner
|
| PASS labelElement.form is owner
|
| +
|
| +- Checks if option.form is only set if it has a <select> parent.
|
| +PASS option1.form is null
|
| +PASS option2.form is null
|
| +PASS option3.form is owner
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|
| -
|
|
|