OLD | NEW |
| (Empty) |
1 An excerpt from an early Acid3 test 65: construct a table, and see if the table
is as expected | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
4 | |
5 | |
6 PASS table.tBodies[0].rows[0].rowIndex is 0 | |
7 PASS table.tBodies[0].rows[0].sectionRowIndex is 0 | |
8 PASS table.childNodes.length is 3 | |
9 PASS !!table.caption is true | |
10 PASS !!table.tHead is true | |
11 PASS table.tFoot is null | |
12 PASS table.tBodies.length is 1 | |
13 PASS table.rows.length is 1 | |
14 PASS tr1.parentNode is null | |
15 PASS table.caption is table.createCaption() | |
16 PASS table.tFoot is null | |
17 PASS table.tHead is table.createTHead() | |
18 PASS table.createTFoot() is table.tFoot | |
19 PASS table.rows[0] is table.tHead.firstChild | |
20 PASS table.rows.length is 2 | |
21 PASS table.rows[1] is table.tBodies[0].firstChild | |
22 PASS successfullyParsed is true | |
23 | |
24 TEST COMPLETE | |
25 | |
OLD | NEW |