mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Implement HTMLTableElement#createTBody
This commit is contained in:
parent
6a8bc85284
commit
54adae26c6
5 changed files with 32 additions and 54 deletions
|
@ -1,44 +0,0 @@
|
|||
[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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue