1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/tests/mochitest/dom-level2-html/files/collection.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,82 @@ 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 - BR</title> 1.11 +</head> 1.12 +<body onload="parent.loadComplete()"> 1.13 +<table id="table-1" border="4" frame="border" cellpadding="2" cellspacing="2" summary="HTML Control Table" rules="all"> 1.14 +<caption>Table Caption</caption> 1.15 +<thead align="center" valign="middle"> 1.16 +<tr align="center" valign="middle" char="*" charoff="1"> 1.17 +<th id="header-1">Employee Id</th> 1.18 +<th id="header-2" abbr="maiden" axis="center" align="center" colspan="1" rowspan="1" scope="col" headers="header-1" valign="middle">Employee Name</th> 1.19 +<th>Position</th> 1.20 +<th>Salary</th> 1.21 +<th>Gender</th> 1.22 +<th>Address</th> 1.23 +</tr> 1.24 +</thead> 1.25 +<tfoot align="center" valign="middle"> 1.26 +<tr> 1.27 +<th>next page ...</th> 1.28 +<th>next page ...</th> 1.29 +<th>next page ...</th> 1.30 +<th>next page ...</th> 1.31 +<th>next page ...</th> 1.32 +<th>next page ...</th> 1.33 +</tr> 1.34 +</tfoot> 1.35 +<tbody align="center" valign="middle"> 1.36 +<tr> 1.37 +<td axis="center" id="Table-3" abbr="maiden2" colspan="1" rowspan="1" scope="col" headers="header-2" valign="middle">EMP0001</td> 1.38 +<td headers="header-2">Margaret Martin</td> 1.39 +<td>Accountant</td> 1.40 +<td>56,000</td> 1.41 +<td>Female</td> 1.42 +<td>1230 North Ave. Dallas, Texas 98551</td> 1.43 +</tr> 1.44 +<tr> 1.45 +<td>EMP0002</td> 1.46 +<td>Martha Raynolds</td> 1.47 +<td>Secretary</td> 1.48 +<td>35,000</td> 1.49 +<td>Female</td> 1.50 +<td>1900 Dallas Road Dallas, Texas 98554</td> 1.51 +</tr> 1.52 +</tbody> 1.53 +</table> 1.54 +<form id="form1" action="./files/getData.pl" method="post"> 1.55 +<p> 1.56 +<select id="selectId" dir="ltr" tabindex="7" name="select1" multiple="multiple" size="1"> 1.57 +<option selected="selected" value="EMP1">EMP10001</option> 1.58 +<option>EMP10002</option> 1.59 +<option>EMP10003</option> 1.60 +<option>EMP10004</option> 1.61 +<option>EMP10005</option> 1.62 +</select> 1.63 +</p> 1.64 +</form> 1.65 +<p> 1.66 +<select name="select2"> 1.67 +<option>EMP20001</option> 1.68 +<option>EMP20002</option> 1.69 +<option>EMP20003</option> 1.70 +<option>EMP20004</option> 1.71 +<option>EMP20005</option> 1.72 +</select> 1.73 +</p> 1.74 +<p> 1.75 +<select name="select3" disabled="disabled" tabindex="1"> 1.76 +<option>EMP30001</option> 1.77 +<option>EMP30002</option> 1.78 +<option>EMP30003</option> 1.79 +<option>EMP30004</option> 1.80 +<option>EMP30005</option> 1.81 +</select> 1.82 +</p> 1.83 +</body> 1.84 +</html> 1.85 +