| OLD | NEW |
| (Empty) |
| 1 HTMLTableElement's insertRow() method | |
| 2 | |
| 3 The first three test whether HTMLTableElement's insertRow() method can add an im
plicit tbody into a table without one, to hold the inserted row. | |
| 4 | |
| 5 The first tests an empty table | |
| 6 | |
| 7 The second tests a table with text contents. | |
| 8 | |
| 9 The third tests a table with only a form element inside. | |
| 10 | |
| 11 The next four test the method on typical cases. | |
| 12 | |
| 13 The first tests a table with only a thead | |
| 14 | |
| 15 The second tests a table with only a tbody | |
| 16 | |
| 17 The third tests a table with only a tfoot | |
| 18 | |
| 19 The fourth tests a table with a few rows and cells | |
| 20 | |
| 21 Success | |
| 22 Success | |
| 23 Success | |
| 24 Success | |
| 25 Success | |
| 26 Success | |
| 27 Success | |
| OLD | NEW |