1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/tests/mochitest/dom-level2-html/files/table.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,81 @@ 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 - TABLE</title> 1.11 +</head> 1.12 +<body onload="parent.loadComplete()"> 1.13 +<table align="center" summary="Table 1"> 1.14 +<tr> 1.15 +<th>Id</th> 1.16 +<th>Name</th> 1.17 +<th>Position</th> 1.18 +<th>Salary</th> 1.19 +</tr> 1.20 +</table> 1.21 +<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.22 +<caption align="top">Table Caption</caption> 1.23 +<thead align="center" valign="middle"> 1.24 +<tr align="center" bgcolor="#00FFFF" valign="middle"> 1.25 +<th id="header-1">Employee Id</th> 1.26 +<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.27 +<th>Position</th> 1.28 +<th>Salary</th> 1.29 +<th>Gender</th> 1.30 +<th>Address</th> 1.31 +</tr> 1.32 +</thead> 1.33 +<tfoot align="center" valign="middle"> 1.34 +<tr> 1.35 +<th>next page ...</th> 1.36 +<th>next page ...</th> 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 +</tr> 1.42 +</tfoot> 1.43 +<tbody align="center" valign="middle"> 1.44 +<tr> 1.45 +<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.46 +<td headers="header-2">Margaret Martin</td> 1.47 +<td>Accountant</td> 1.48 +<td>56,000</td> 1.49 +<td>Female</td> 1.50 +<td>1230 North Ave. Dallas, Texas 98551</td> 1.51 +</tr> 1.52 +<tr> 1.53 +<td>EMP0002</td> 1.54 +<td>Martha Raynolds</td> 1.55 +<td>Secretary</td> 1.56 +<td>35,000</td> 1.57 +<td>Female</td> 1.58 +<td>1900 Dallas Road Dallas, Texas 98554</td> 1.59 +</tr> 1.60 +</tbody> 1.61 +</table> 1.62 +<table summary="Table 3"> 1.63 +<tbody> 1.64 +<tr> 1.65 +<td> 1.66 +</td> 1.67 +</tr> 1.68 +</tbody> 1.69 +<tbody> 1.70 +<tr> 1.71 +<td> 1.72 +</td> 1.73 +</tr> 1.74 +</tbody> 1.75 +<tbody> 1.76 +<tr> 1.77 +<td> 1.78 +</td> 1.79 +</tr> 1.80 +</tbody> 1.81 +</table> 1.82 +</body> 1.83 +</html> 1.84 +