mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
17 lines
315 B
HTML
17 lines
315 B
HTML
<!DOCTYPE html>
|
|
<link rel="stylesheet" href="test-common.css">
|
|
<link rel="stylesheet" href="ref-common.css">
|
|
<style type="text/css">
|
|
ol {
|
|
list-style: decimal inside;
|
|
}
|
|
</style>
|
|
<div>a1b</div>
|
|
<div>2b</div>
|
|
<div>c3. </div>
|
|
<div>d4. </div>
|
|
<div>e5. </div>
|
|
<ol start="6">
|
|
<li>foo<li>bar
|
|
</ol>
|