Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/ol-type-unsupported-disc.html |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/ol-type-unsupported-disc.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/ol-type-unsupported-disc.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a0f41f3b1c1d8c3ac1c8afd886f063476c23ed43 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/lists/ol-type-unsupported-disc.html |
@@ -0,0 +1,6 @@ |
+<!doctype html> |
+<meta charset=utf-8> |
+<title>ol@type: unsupported type: disc</title> |
+<link rel=match href=ol-type-unsupported-ref.html> |
+<ol type=disc><li>1<li>2</ol> |
+<ol type=DISC><li>1<li>2</ol> |