mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Implement HTMLTableRowElement insertCell and deleteCell
This commit is contained in:
parent
e31ad01103
commit
1f58169263
8 changed files with 108 additions and 106 deletions
|
@ -1,14 +0,0 @@
|
|||
[deleteCell.html]
|
||||
type: testharness
|
||||
[HTMLTableRowElement deleteCell(0)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement deleteCell(-1)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement deleteCell(-2)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement deleteCell(cells.length)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
[insertCell.html]
|
||||
type: testharness
|
||||
[HTMLTableRowElement insertCell(0)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement insertCell(-1)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement insertCell(cells.length)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement insertCell()]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement insertCell(-2)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement insertCell(cells.length + 1)]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue