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

Unified Diff: third_party/WebKit/LayoutTests/dom/html/level1/core/li-type-supported-case-insensitive.html

Issue 2675703004: Move DOM conformance tests to dom/legacy_dom_conformance/, part 8/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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/dom/html/level1/core/li-type-supported-case-insensitive.html
diff --git a/third_party/WebKit/LayoutTests/dom/html/level1/core/li-type-supported-case-insensitive.html b/third_party/WebKit/LayoutTests/dom/html/level1/core/li-type-supported-case-insensitive.html
deleted file mode 100644
index 9f5895783b9660509f0ac73567fffed05d31100d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/dom/html/level1/core/li-type-supported-case-insensitive.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!doctype html>
-<meta charset=utf-8>
-<title>li@type: supported types - check that it is case insensitive</title>
-<li type=disc>first item</li>
-<li type=circle>second item</li>
-<li type=square>third item</li>
-<li type=DISC>fourth item</li>
-<li type=CIRCLE>fifth item</li>
-<li type=SQUARE>sixth item</li>
-<li type=none>seventh item</li>
-<ol>
- <li type=disc>first ordered item</li>
- <li type=circle>second ordered item</li>
- <li type=square>third ordered item</li>
- <li type=DISC>fourth ordered item</li>
- <li type=CIRCLE>fifth ordered item</li>
- <li type=SQUARE>sixth ordered item</li>
- <li type=none>seventh ordered item</li>
-</ol>
-<ul>
- <li type=disc>first unordered item</li>
- <li type=circle>second unordered item</li>
- <li type=square>third unordered item</li>
- <li type=DISC>fourth unordered item</li>
- <li type=CIRCLE>fifth unordered item</li>
- <li type=SQUARE>sixth unordered item</li>
- <li type=none>seventh unordered item</li>
-</ul>

Powered by Google App Engine
This is Rietveld 408576698