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

Unified Diff: third_party/WebKit/LayoutTests/dom/html/level2/html/HTMLUListElement01.html

Issue 2675803006: Move DOM conformance tests to dom/legacy_dom_conformance/, part 6/8. (Closed)
Patch Set: Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/dom/html/level2/html/HTMLUListElement01.html
diff --git a/third_party/WebKit/LayoutTests/dom/html/level2/html/HTMLUListElement01.html b/third_party/WebKit/LayoutTests/dom/html/level2/html/HTMLUListElement01.html
deleted file mode 100644
index 892df11571c6c3cafe35f7844d1c9acd2cf2c83c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/dom/html/level2/html/HTMLUListElement01.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<HTML>
-<HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
-<TITLE>NIST DOM HTML Test - ULIST</TITLE>
-<script type='text/javascript' src='selfhtml.js'></script><script charset='UTF-8' type='text/javascript' src='HTMLUListElement01.js'></script><script type='text/javascript'>function loadComplete() { startTest(); }</script></HEAD>
-<BODY onload="loadComplete()">
-<OL>
-<LI>EMP0001
-<UL COMPACT="compact" TYPE="disc">
-<LI>Margaret Martin
-<DL>
-<DD>Accountant</DD>
-<DD>56,000</DD>
-<DD>Female</DD>
-<DD>1230 North Ave. Dallas, Texas 98551</DD>
-</DL>
-</LI>
-</UL>
-</LI>
-<LI>EMP0002
-<UL>
-<LI>Martha Raynolds
-<DL>
-<DD>Secretary</DD>
-<DD>35,000</DD>
-<DD>Female</DD>
-<DD>1900 Dallas Road. Dallas, Texas 98554</DD>
-</DL>
-</LI>
-</UL>
-</LI>
-</OL>
-</BODY>
-</HTML>
-

Powered by Google App Engine
This is Rietveld 408576698