| OLD | NEW |
| 1 Tests for HTMLFieldSetElement.disabled behavior. | 1 Tests for HTMLFieldSetElement.disabled behavior. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 Verifying parser generated fieldsets. | 7 Verifying parser generated fieldsets. |
| 8 PASS parserGeneratedInput1.value is "L" | 8 PASS parserGeneratedInput1.value is "L" |
| 9 PASS parserGeneratedInput2.value is "M" | 9 PASS parserGeneratedInput2.value is "M" |
| 10 PASS parserGeneratedInput3.value is "NO" | 10 PASS parserGeneratedInput3.value is "NO" |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 PASS secondLegendTextInput.value is "" | 81 PASS secondLegendTextInput.value is "" |
| 82 Insert another legend element before the currently first one, and check again. | 82 Insert another legend element before the currently first one, and check again. |
| 83 PASS insertedLegendTextInput.value is "JJJ" | 83 PASS insertedLegendTextInput.value is "JJJ" |
| 84 PASS firstLegendTextInput.value is "II" | 84 PASS firstLegendTextInput.value is "II" |
| 85 PASS secondLegendTextInput.value is "" | 85 PASS secondLegendTextInput.value is "" |
| 86 Enable the fieldset again and check for sanity. | 86 Enable the fieldset again and check for sanity. |
| 87 PASS legendFieldSet.disabled is false | 87 PASS legendFieldSet.disabled is false |
| 88 PASS insertedLegendTextInput.value is "JJJK" | 88 PASS insertedLegendTextInput.value is "JJJK" |
| 89 PASS firstLegendTextInput.value is "IIK" | 89 PASS firstLegendTextInput.value is "IIK" |
| 90 PASS secondLegendTextInput.value is "K" | 90 PASS secondLegendTextInput.value is "K" |
| 91 PASS disabledFieldsetWithTabindex.focus(); document.activeElement is document.bo
dy |
| 91 PASS successfullyParsed is true | 92 PASS successfullyParsed is true |
| 92 | 93 |
| 93 TEST COMPLETE | 94 TEST COMPLETE |
| 94 | 95 |
| OLD | NEW |