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

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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 - TABLECOL</TITLE>
michael@0 6 </HEAD>
michael@0 7 <BODY onload="parent.loadComplete()">
michael@0 8 <TABLE SUMMARY="Table Summary">
michael@0 9 <COLGROUP VALIGN="middle" SPAN="2" ALIGN="center" WIDTH="20" CHAR="$" CHAROFF="15">
michael@0 10 <COL VALIGN="middle" SPAN="1" ALIGN="center" WIDTH="20" CHAR="*" CHAROFF="20">
michael@0 11 </COLGROUP>
michael@0 12 <TR>
michael@0 13 <TH>Id</TH>
michael@0 14 <TH>Name</TH>
michael@0 15 <TH>Position</TH>
michael@0 16 <TH>Salary</TH>
michael@0 17 </TR>
michael@0 18 <TR>
michael@0 19 <TD>EMP0001</TD>
michael@0 20 <TD>Martin</TD>
michael@0 21 <TD>Accountant</TD>
michael@0 22 <TD>56,000</TD>
michael@0 23 </TR>
michael@0 24 </TABLE>
michael@0 25 </BODY>
michael@0 26 </HTML>
michael@0 27
michael@0 28
michael@0 29
michael@0 30
michael@0 31
michael@0 32
michael@0 33
michael@0 34
michael@0 35

mercurial