1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/tests/mochitest/dom-level2-html/files/tablesection.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,65 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<!DOCTYPE html 1.6 + PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 1.7 + "xhtml1-transitional.dtd"> 1.8 +<html xmlns='http://www.w3.org/1999/xhtml'> 1.9 +<head> 1.10 +<title>NIST DOM HTML Test - TABLESECTION</title> 1.11 +</head> 1.12 +<body onload="parent.loadComplete()"> 1.13 +<table align="center" summary="Table 1"> 1.14 +<tbody> 1.15 +<tr> 1.16 +<th>Id</th> 1.17 +<th>Name</th> 1.18 +<th>Position</th> 1.19 +<th>Salary</th> 1.20 +</tr> 1.21 +</tbody> 1.22 +</table> 1.23 +<table id="table-1" align="center" border="4" bgcolor="#ff0000" frame="border" cellpadding="2" cellspacing="2" summary="HTML Control Table" rules="all" width="680"> 1.24 +<caption align="top">Table Caption</caption> 1.25 +<thead align="center" valign="middle" char="*" charoff="1"> 1.26 +<tr align="center" bgcolor="#00FFFF" valign="middle" char="*" charoff="1"> 1.27 +<th id="header-1">Employee Id</th> 1.28 +<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> 1.29 +<th>Position</th> 1.30 +<th>Salary</th> 1.31 +<th>Gender</th> 1.32 +<th>Address</th> 1.33 +</tr> 1.34 +</thead> 1.35 +<tfoot align="center" valign="middle" char="+" charoff="2"> 1.36 +<tr> 1.37 +<th>next page ...</th> 1.38 +<th>next page ...</th> 1.39 +<th>next page ...</th> 1.40 +<th>next page ...</th> 1.41 +<th>next page ...</th> 1.42 +<th>next page ...</th> 1.43 +</tr> 1.44 +</tfoot> 1.45 +<tbody align="center" valign="middle" char="$" charoff="3"> 1.46 +<tr> 1.47 +<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> 1.48 +<td headers="header-2">Margaret Martin</td> 1.49 +<td>Accountant</td> 1.50 +<td>56,000</td> 1.51 +<td>Female</td> 1.52 +<td>1230 North Ave. Dallas, Texas 98551</td> 1.53 +</tr> 1.54 +<tr> 1.55 +<td>EMP0002</td> 1.56 +<td>Martha Raynolds</td> 1.57 +<td>Secretary</td> 1.58 +<td>35,000</td> 1.59 +<td>Female</td> 1.60 +<td>1900 Dallas Road Dallas, Texas 98554</td> 1.61 +</tr> 1.62 +</tbody> 1.63 +</table> 1.64 +</body> 1.65 +</html> 1.66 + 1.67 + 1.68 +