mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 04:43:07 +09:00
16 lines
315 B
HTML
16 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>
|