mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 4d96cccabc2feacd48e1dab9afc22b8af2225572
This commit is contained in:
parent
0d236288cc
commit
c66c6af0ba
1067 changed files with 63768 additions and 10900 deletions
|
@ -0,0 +1,14 @@
|
|||
[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
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
[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
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[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
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
[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