Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/ol-type-supported.html |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/ol-type-supported.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/ol-type-supported.html |
deleted file mode 100644 |
index 86ed3be38300e38e0984649f7f7612a76aa329d5..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/ol-type-supported.html |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-<!doctype html> |
-<meta charset=utf-8> |
-<title>ol@type: supported types</title> |
-<link rel=match href=ol-type-supported-ref.html> |
-<ol type=1><li>1<li>2</ol> |
-<ol type=a><li>a<li>b</ol> |
-<ol type=A><li>A<li>B</ol> |
-<ol type=i><li>i<li>ii</ol> |
-<ol type=I><li>I<li>II</ol> |