OLD | NEW |
| (Empty) |
1 This test checks the form attribute of the legend element. | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
4 | |
5 | |
6 | |
7 - Ensures that the form attribute of legend element depends on whether its paren
t is a fieldset element or not. | |
8 PASS legendElement1.form is owner | |
9 PASS legendElement2.form is null | |
10 PASS legendElement3.form is null | |
11 | |
12 - Ensures that the legend's form attribute points its parent fieldset's form own
er even if the element is within another form element. | |
13 PASS fieldsetElement.form is owner | |
14 PASS legendElement.form is owner | |
15 | |
16 - Ensures whether the form owner is set correctly for the legend when the value
of form attribute of its parent fieldset changed. | |
17 PASS fieldsetElement.form is form1 | |
18 PASS legendElement.form is form1 | |
19 PASS fieldsetElement.form is form2 | |
20 PASS legendElement.form is form2 | |
21 PASS successfullyParsed is true | |
22 | |
23 TEST COMPLETE | |
24 | |
OLD | NEW |