blob: 7dc5ba90d697b5d7a4dbef73f1105d57f8609088 [file] [log] [blame]
HTMLTableElement's insertRow() method
The first three test whether HTMLTableElement's insertRow() method can add an implicit tbody into a table without one, to hold the inserted row.
The first tests an empty table
The second tests a table with text contents.
The third tests a table with only a form element inside.
The next four test the method on typical cases.
The first tests a table with only a thead
The second tests a table with only a tbody
The third tests a table with only a tfoot
The fourth tests a table with a few rows and cells
Success
Success
Success
Success
Success
Success
Success