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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..86ed3be38300e38e0984649f7f7612a76aa329d5 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/ol-type-supported.html |
@@ -0,0 +1,9 @@ |
+<!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> |