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