summaryrefslogtreecommitdiffstats
path: root/layout/reftests/counter-style/system-extends-invalid-ref.html
blob: 23c5589f930485e605843e5de085716d62aebbb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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>