mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
283 B
HTML
13 lines
283 B
HTML
<!DOCTYPE html>
|
|
<link rel="stylesheet" href="test-common.css">
|
|
<style type="text/css">
|
|
@counter-style a {
|
|
system: extends simp-chinese-informal;
|
|
range: 1000 1004;
|
|
}
|
|
</style>
|
|
<ol start="1000" style="list-style-type: a">
|
|
<li><li><li><li><li>
|
|
<li><li><li><li><li>
|
|
</ol>
|