Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Side by Side Diff: third_party/WebKit/LayoutTests/dom/html/level2/html/HTMLTableCellElement21.html

Issue 2675803006: Move DOM conformance tests to dom/legacy_dom_conformance/, part 6/8. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <HTML>
3 <HEAD>
4 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
5 <TITLE>NIST DOM HTML Test - TABLECELL</TITLE>
6 <script type='text/javascript' src='selfhtml.js'></script><script charset='UTF-8 ' type='text/javascript' src='HTMLTableCellElement21.js'></script><script type=' text/javascript'>function loadComplete() { startTest(); }</script></HEAD>
7 <BODY onload="loadComplete()">
8 <TABLE SUMMARY="Table Summary">
9 <TR>
10 <TH ID="header-1">Employee Id</TH>
11 <TH ID="header-2" ABBR="hd1" AXIS="center" ALIGN="center" BGCOLOR="#00FFFF" CHAR =":" CHAROFF="1" COLSPAN="1" HEIGHT="50" NOWRAP="nowrap" ROWSPAN="1" SCOPE="col" HEADERS="header-1" VALIGN="middle" WIDTH="170">Employee Name</TH>
12 <TH>Position</TH>
13 <TH>Salary</TH>
14 </TR>
15 <TR>
16 <TD ID="header-3">EMP0001</TD>
17 <TD ID="header-4" ABBR="hd2" AXIS="center" ALIGN="center" BGCOLOR="#FF0000" CHAR =":" CHAROFF="1" COLSPAN="1" HEIGHT="50" NOWRAP="nowrap" ROWSPAN="1" SCOPE="col" HEADERS="header-3" VALIGN="middle" WIDTH="175">Margaret Martin</TD>
18 <TD>Accountant</TD>
19 <TD>56,000</TD>
20 </TR>
21 </TABLE>
22 </BODY>
23 </HTML>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698