mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement HTMLTableElement#rows
This commit is contained in:
parent
39ab006c8f
commit
54f139c5cf
6 changed files with 31 additions and 29 deletions
|
@ -3,9 +3,6 @@
|
|||
[insertRow(): Empty table]
|
||||
expected: FAIL
|
||||
|
||||
[table should start out empty]
|
||||
expected: FAIL
|
||||
|
||||
[insertRow should insert a tr element]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue