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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/li-type-supported-expected.html

Issue 1984023002: Move web-platform-tests to wpt (part 1 of 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/li-type-supported-expected.html
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/li-type-supported-expected.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/li-type-supported-expected.html
deleted file mode 100644
index 0de7ff329c2ab39800796ea5b5136df9e329953d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/li-type-supported-expected.html
+++ /dev/null
@@ -1,45 +0,0 @@
-<!doctype html>
-<meta charset=utf-8>
-<title>li@type: supported types</title>
-<style>
- .decimal { list-style-type: decimal; }
- .lower-alpha { list-style-type: lower-alpha; }
- .upper-alpha { list-style-type: upper-alpha; }
- .lower-roman { list-style-type: lower-roman; }
- .upper-roman { list-style-type: upper-roman; }
- .disc { list-style-type: disc; }
- .circle { list-style-type: circle; }
- .square { list-style-type: square; }
- .none { list-style-type: none; }
-</style>
-<li class="decimal">first item</li>
-<li class="lower-alpha">second item</li>
-<li class="upper-alpha">third item</li>
-<li class="lower-roman">fourth item</li>
-<li class="upper-roman">fifth item</li>
-<li class="disc">sixth item</li>
-<li class="circle">seventh item</li>
-<li class="square">eighth item</li>
-<li class="none">ninth item</li>
-<ol>
- <li class="decimal">first ordered item</li>
- <li class="lower-alpha">second ordered item</li>
- <li class="upper-alpha">third ordered item</li>
- <li class="lower-roman">fourth ordered item</li>
- <li class="upper-roman">fifth ordered item</li>
- <li class="disc">sixth ordered item</li>
- <li class="circle">seventh ordered item</li>
- <li class="square">eighth ordered item</li>
- <li class="none">ninth ordered item</li>
-</ol>
-<ul>
- <li class="decimal">first unordered item</li>
- <li class="lower-alpha">second unordered item</li>
- <li class="upper-alpha">third unordered item</li>
- <li class="lower-roman">fourth unordered item</li>
- <li class="upper-roman">fifth unordered item</li>
- <li class="disc">sixth unordered item</li>
- <li class="circle">seventh unordered item</li>
- <li class="square">eighth unordered item</li>
- <li class="none">ninth unordered item</li>
-</ul>

Powered by Google App Engine
This is Rietveld 408576698