mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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,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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue