blob: 1f58bc7d7b076839e651444199d43824d2ac1661 [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