OLD | NEW |
1 Tests for content attributes of the output element. | 1 Tests for content attributes of the output element. |
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 PASS output1.type is "output" | 6 PASS output1.type is "output" |
7 PASS output1.name is "output1" | 7 PASS output1.name is "output1" |
8 PASS output1.value is "A value" | 8 PASS output1.value is "A value" |
| 9 PASS output1.defaultValue is "A value" |
9 PASS output2.htmlFor.length is 1 | 10 PASS output2.htmlFor.length is 1 |
10 PASS output2.htmlFor[0] is "for-target1" | 11 PASS output2.htmlFor[0] is "for-target1" |
11 PASS output2.htmlFor.value is "for-target1" | 12 PASS output2.htmlFor.value is "for-target1" |
12 PASS output3.htmlFor.length is 2 | 13 PASS output3.htmlFor.length is 2 |
13 PASS output3.htmlFor[0] is "for-target1" | 14 PASS output3.htmlFor[0] is "for-target1" |
14 PASS output3.htmlFor[1] is "for-target2" | 15 PASS output3.htmlFor[1] is "for-target2" |
15 PASS output3.htmlFor.value is " for-target1 for-target2 " | 16 PASS output3.htmlFor.value is " for-target1 for-target2 " |
16 PASS successfullyParsed is true | 17 PASS successfullyParsed is true |
17 | 18 |
18 TEST COMPLETE | 19 TEST COMPLETE |
19 A value | 20 A value |
OLD | NEW |