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

Side by Side Diff: third_party/WebKit/LayoutTests/dom/html/level2/html/table48.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 - TABLECOL</TITLE>
6 <script type='text/javascript' src='selfhtml.js'></script><script charset='UTF-8 ' type='text/javascript' src='table48.js'></script><script type='text/javascript '>function loadComplete() { startTest(); }</script></HEAD>
7 <BODY onload="loadComplete()">
8 <TABLE SUMMARY="Table Summary">
9 <COLGROUP VALIGN="middle" SPAN="2" ALIGN="center" WIDTH="20" CHAR="$" CHAROFF="1 5">
10 <COL VALIGN="middle" SPAN="1" ALIGN="center" WIDTH="20" CHAR="*" CHAROFF="20">
11 </COLGROUP>
12 <TR>
13 <TH>Id</TH>
14 <TH>Name</TH>
15 <TH>Position</TH>
16 <TH>Salary</TH>
17 </TR>
18 <TR>
19 <TD>EMP0001</TD>
20 <TD>Martin</TD>
21 <TD>Accountant</TD>
22 <TD>56,000</TD>
23 </TR>
24 </TABLE>
25 </BODY>
26 </HTML>
27
28
29
30
31
32
33
34
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698