mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Cargoify servo
This commit is contained in:
parent
db2f642c32
commit
c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions
|
@ -0,0 +1,17 @@
|
|||
[cellIndex.html]
|
||||
type: testharness
|
||||
[cellIndex should exist.]
|
||||
expected: FAIL
|
||||
|
||||
[For cells without a parent, cellIndex should be -1.]
|
||||
expected: FAIL
|
||||
|
||||
[For cells whose parent is not a tr, cellIndex should be -1.]
|
||||
expected: FAIL
|
||||
|
||||
[For cells whose parent is not a HTML tr, cellIndex should be -1.]
|
||||
expected: FAIL
|
||||
|
||||
[For cells whose parent is a tr, cellIndex should be the index.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[caption_001.html]
|
||||
type: testharness
|
||||
[setting caption on a table]
|
||||
expected: FAIL
|
||||
|
||||
[caption of the third table element should be null]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
[caption-methods.html]
|
||||
type: testharness
|
||||
[createCaption method returns the first caption element child of the table]
|
||||
expected: FAIL
|
||||
|
||||
[createCaption method creates a new caption and inserts it as the first node of the table element]
|
||||
expected: FAIL
|
||||
|
||||
[deleteCaption method removes the first caption element child of the table element]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
[createTBody.html]
|
||||
type: testharness
|
||||
[No child nodes]
|
||||
expected: FAIL
|
||||
|
||||
[One tbody child node]
|
||||
expected: FAIL
|
||||
|
||||
[Two tbody child nodes]
|
||||
expected: FAIL
|
||||
|
||||
[A thead and a tbody child node]
|
||||
expected: FAIL
|
||||
|
||||
[A tfoot and a tbody child node]
|
||||
expected: FAIL
|
||||
|
||||
[A tbody and a thead child node]
|
||||
expected: FAIL
|
||||
|
||||
[A tbody and a tfoot child node]
|
||||
expected: FAIL
|
||||
|
||||
[Two tbody child nodes and a div]
|
||||
expected: FAIL
|
||||
|
||||
[One HTML and one namespaced tbody child node]
|
||||
expected: FAIL
|
||||
|
||||
[Two nested tbody child nodes]
|
||||
expected: FAIL
|
||||
|
||||
[A tbody node inside a thead child node]
|
||||
expected: FAIL
|
||||
|
||||
[A tbody node inside a tfoot child node]
|
||||
expected: FAIL
|
||||
|
||||
[A tbody node inside a thead child node after a tbody child node]
|
||||
expected: FAIL
|
||||
|
||||
[A tbody node inside a tfoot child node after a tbody child node]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[insertRow-method-01.html]
|
||||
type: testharness
|
||||
[insertRow(): INDEX_SIZE_ERR]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
[insertRow-method-02.html]
|
||||
type: testharness
|
||||
[insertRow(): Empty table]
|
||||
expected: FAIL
|
||||
|
||||
[table should start out empty]
|
||||
expected: FAIL
|
||||
|
||||
[insertRow should insert a tr element]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[tBodies.html]
|
||||
type: testharness
|
||||
[HTMLTableElement.tBodies]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
[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
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
[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
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
[rowIndex.html]
|
||||
type: testharness
|
||||
[HTMLTableRowElement.rowIndex]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement.rowIndex 1]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement.rowIndex 2]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement.rowIndex 3]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement.rowIndex 4]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement.rowIndex 5]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement.rowIndex 6]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement.rowIndex 7]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement.rowIndex 8]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement.rowIndex 9]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement.rowIndex 10]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableRowElement.rowIndex 11]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue