mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement deleteRow and insertRow for <table> element
Continued from #6936
This commit is contained in:
parent
02d8894945
commit
3d383f21ae
8 changed files with 81 additions and 77 deletions
|
@ -1,14 +0,0 @@
|
|||
[deleteRow.html]
|
||||
type: testharness
|
||||
[HTMLTableSectionElement deleteRow(0)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableSectionElement deleteRow(-1)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableSectionElement deleteRow(rows.length)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableSectionElement deleteRow(-2)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
[insertRow.html]
|
||||
type: testharness
|
||||
[HTMLTableSectionElement insertRow(0)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableSectionElement insertRow(-1)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableSectionElement insertRow()]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableSectionElement insertRow(-2)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableSectionElement insertRow(rows.length + 1)]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue