summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/lists/ol-type-supported.html
blob: 86ed3be38300e38e0984649f7f7612a76aa329d5 (plain)
1
2
3
4
5
6
7
8
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>