dom/tests/mochitest/dom-level2-html/files/table.html

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
michael@0 2 <HTML>
michael@0 3 <HEAD>
michael@0 4 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
michael@0 5 <TITLE>NIST DOM HTML Test - TABLE</TITLE>
michael@0 6 </HEAD>
michael@0 7 <BODY onload="parent.loadComplete()">
michael@0 8 <TABLE ALIGN="center" SUMMARY="Table 1">
michael@0 9 <TR>
michael@0 10 <TH>Id</TH>
michael@0 11 <TH>Name</TH>
michael@0 12 <TH>Position</TH>
michael@0 13 <TH>Salary</TH>
michael@0 14 </TR>
michael@0 15 </TABLE>
michael@0 16 <TABLE ID="table-1" ALIGN="center" BORDER="4" BGCOLOR="#ff0000" FRAME="border" CELLPADDING="2" CELLSPACING="2" SUMMARY="HTML Control Table" RULES="all" WIDTH="680">
michael@0 17 <CAPTION ALIGN="top">Table Caption</CAPTION>
michael@0 18 <THEAD ALIGN="center" VALIGN="middle">
michael@0 19 <TR ALIGN="center" BGCOLOR="#00FFFF" VALIGN="middle">
michael@0 20 <TH ID="header-1">Employee Id</TH>
michael@0 21 <TH ID="header-2" ABBR="maiden" AXIS="center" ALIGN="center" BGCOLOR="#00FFFF" COLSPAN="1" HEIGHT="50" NOWRAP="nowrap" ROWSPAN="1" SCOPE="col" HEADERS="header-1" VALIGN="middle" WIDTH="100">Employee Name</TH>
michael@0 22 <TH>Position</TH>
michael@0 23 <TH>Salary</TH>
michael@0 24 <TH>Gender</TH>
michael@0 25 <TH>Address</TH>
michael@0 26 </TR>
michael@0 27 </THEAD>
michael@0 28 <TFOOT ALIGN="center" VALIGN="middle">
michael@0 29 <TR>
michael@0 30 <TH>next page ...</TH>
michael@0 31 <TH>next page ...</TH>
michael@0 32 <TH>next page ...</TH>
michael@0 33 <TH>next page ...</TH>
michael@0 34 <TH>next page ...</TH>
michael@0 35 <TH>next page ...</TH>
michael@0 36 </TR>
michael@0 37 </TFOOT>
michael@0 38 <TBODY ALIGN="center" VALIGN="middle">
michael@0 39 <TR>
michael@0 40 <TD AXIS="center" ID="Table-3" ABBR="maiden2" ALIGN="center" BGCOLOR="#FF0000" COLSPAN="1" HEIGHT="50" NOWRAP="nowrap" ROWSPAN="1" SCOPE="col" HEADERS="header-2" VALIGN="middle" WIDTH="175">EMP0001</TD>
michael@0 41 <TD HEADERS="header-2">Margaret Martin</TD>
michael@0 42 <TD>Accountant</TD>
michael@0 43 <TD>56,000</TD>
michael@0 44 <TD>Female</TD>
michael@0 45 <TD>1230 North Ave. Dallas, Texas 98551</TD>
michael@0 46 </TR>
michael@0 47 <TR>
michael@0 48 <TD>EMP0002</TD>
michael@0 49 <TD>Martha Raynolds</TD>
michael@0 50 <TD>Secretary</TD>
michael@0 51 <TD>35,000</TD>
michael@0 52 <TD>Female</TD>
michael@0 53 <TD>1900 Dallas Road Dallas, Texas 98554</TD>
michael@0 54 </TR>
michael@0 55 </TBODY>
michael@0 56 </TABLE>
michael@0 57 <TABLE SUMMARY="Table 3">
michael@0 58 <TBODY>
michael@0 59 <TR>
michael@0 60 <TD>
michael@0 61 </TD>
michael@0 62 </TR>
michael@0 63 </TBODY>
michael@0 64 <TBODY>
michael@0 65 <TR>
michael@0 66 <TD>
michael@0 67 </TD>
michael@0 68 </TR>
michael@0 69 </TBODY>
michael@0 70 <TBODY>
michael@0 71 <TR>
michael@0 72 <TD>
michael@0 73 </TD>
michael@0 74 </TR>
michael@0 75 </TBODY>
michael@0 76 </TABLE>
michael@0 77 </BODY>
michael@0 78 </HTML>

mercurial