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

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

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/ol-type-supported-xhtml.xhtml
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/ol-type-supported-xhtml.xhtml b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/ol-type-supported-xhtml.xhtml
deleted file mode 100644
index d7b949dab14f1ca61658538a27799974c01a410f..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/ol-type-supported-xhtml.xhtml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<title>ol@type: supported types</title>
-<link rel="match" href="ol-type-supported-ref.html"/>
-</head>
-<body>
-<ol type="1"><li>1</li><li>2</li></ol>
-<ol type="a"><li>a</li><li>b</li></ol>
-<ol type="A"><li>A</li><li>B</li></ol>
-<ol type="i"><li>i</li><li>ii</li></ol>
-<ol type="I"><li>I</li><li>II</li></ol>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698