Implement HTMLTableElement#rows

This commit is contained in:
Keith Yeung 2016-03-19 00:22:33 -04:00
parent 39ab006c8f
commit 54f139c5cf
6 changed files with 31 additions and 29 deletions

View file

@ -3,9 +3,6 @@
[insertRow(): Empty table]
expected: FAIL
[table should start out empty]
expected: FAIL
[insertRow should insert a tr element]
expected: FAIL

View file

@ -1,17 +1,5 @@
[table-rows.html]
type: testharness
[Children of table]
expected: FAIL
[Children of thead]
expected: FAIL
[Children of tbody]
expected: FAIL
[Children of tfoot]
expected: FAIL
[Complicated case]
expected: FAIL