Implement HTMLTableElement#createTBody

This commit is contained in:
David Zbarsky 2015-08-07 20:48:32 -04:00
parent 6a8bc85284
commit 54adae26c6
5 changed files with 32 additions and 54 deletions

View file

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