tenfourfox/layout/reftests/counter-style/system-extends-invalid-ref.html

17 lines
315 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>