2 <script src=
"../../resources/dump-as-markup.js"></script>
3 <p>https://bugs.webkit.org/show_bug.cgi?id=
84465 : Implement createTBody for table element.
</p>
4 <p>This test verify that createTBody() appends a new tbody tag at the end of the table.
</p>
12 var table
= document
.getElementsByTagName("table")[0];