summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-lists/counter-set-002-ref.html
blob: 26d11b32f64a170f65a37d572950fe37e78594bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<html><head>
  <meta charset="utf-8">
  <title>CSS Lists: dynamic update test for 'counter-set'</title>
  <link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.org">
</head>
<body>
<ol>
<li></li>
<li></li>
<li></li>
<fieldset style="display:list-item"></fieldset>
<li></li>
</ol>
</body>
</html>