mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Implement HTMLTableElement.insertRow()
refs: https://github.com/servo/servo/issues/9269 and update HTMLTableElement.webidl insertRow returns an HTMLTableRowElement and throws an IndexSizeError sortable and stopSorting were removed.
This commit is contained in:
parent
84f01d1d7b
commit
1d59d8784d
8 changed files with 100 additions and 42 deletions
|
@ -1,5 +0,0 @@
|
|||
[insertRow-method-01.html]
|
||||
type: testharness
|
||||
[insertRow(): INDEX_SIZE_ERR]
|
||||
expected: FAIL
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[insertRow-method-02.html]
|
||||
type: testharness
|
||||
[insertRow(): Empty table]
|
||||
expected: FAIL
|
||||
|
||||
[insertRow should insert a tr element]
|
||||
expected: FAIL
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
[table-insertRow.html]
|
||||
type: testharness
|
||||
[insertRow should not copy prefixes]
|
||||
expected: FAIL
|
||||
|
||||
[insertRow should insert into a tbody, not into a thead, if table.rows is empty]
|
||||
expected: FAIL
|
||||
|
||||
[insertRow should insert into a tbody, not into a tfoot, if table.rows is empty]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue