blob: 419b53d865026e0868a6d59b7c5b09bb3c9328d4 (
plain)
1
2
3
4
5
6
7
|
<!DOCTYPE html>
<link rel="stylesheet" href="test-common.css">
<ol>
<li style="list-style-type: none">foo
<li style="list-style-type: decimal">bar
<li style="list-style-type: cjk-decimal">
</ol>
|