mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|