Cargoify servo

This commit is contained in:
Jack Moffitt 2014-08-28 09:34:23 -06:00
parent db2f642c32
commit c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions

View file

@ -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

View file

@ -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

View file

@ -0,0 +1,5 @@
[insertRow-method-01.html]
type: testharness
[insertRow(): INDEX_SIZE_ERR]
expected: FAIL

View file

@ -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

View file

@ -0,0 +1,5 @@
[tBodies.html]
type: testharness
[HTMLTableElement.tBodies]
expected: FAIL

View file

@ -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

View file

@ -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