tenfourfox/layout/reftests/counter-style/system-extends-invalid-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

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.&nbsp;</div>
<div>d4.&nbsp;</div>
<div>e5.&nbsp;</div>
<ol start="6">
<li>foo<li>bar
</ol>