mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-04 10:05:51 +00:00
14 lines
282 B
HTML
14 lines
282 B
HTML
<!DOCTYPE html>
|
|
<link rel="stylesheet" href="test-common.css">
|
|
<style type="text/css">
|
|
@counter-style a {
|
|
system: numeric;
|
|
symbols: '0' '1' '2';
|
|
}
|
|
</style>
|
|
<ol start="-4" style="list-style-type: a">
|
|
<li><li><li><li><li>
|
|
<li><li><li><li><li>
|
|
<li value="100">
|
|
</ol>
|