mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 16:30:29 +00:00
15 lines
349 B
HTML
15 lines
349 B
HTML
|
<!DOCTYPE html>
|
||
|
<link rel="stylesheet" href="test-common.css">
|
||
|
<style type="text/css">
|
||
|
@counter-style a {
|
||
|
system: extends upper-roman;
|
||
|
range: infinite -3, -1 2, 4 4, 7 9, 11 infinite;
|
||
|
}
|
||
|
</style>
|
||
|
<ol start="-3" style="list-style-type: a">
|
||
|
<li><li><li><li><li>
|
||
|
<li><li><li><li><li>
|
||
|
<li><li><li><li><li>
|
||
|
<li value="3999"><li>
|
||
|
</ol>
|