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

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

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