rows.html (446B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>'tfoot' element, 'rows' attribute</title> 4 <link rel="author" title="Corey Farwell" href="mailto:coreyf@rwell.org"> 5 <script src="/resources/testharness.js"></script> 6 <script src="/resources/testharnessreport.js"></script> 7 <script src="/html/semantics/tabular-data/html-table-section-element.js"></script> 8 9 <div id ="log"></div> 10 11 <script> 12 test(function () { 13 testRowsAttribute('tfoot'); 14 }); 15 </script>