chromium/third_party/blink/web_tests/external/wpt/css/css-lists/counter-set-002-ref.html

<!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:[email protected]">
</head>
<body>
<ol>
<li></li>
<li></li>
<li></li>
<fieldset style="display:list-item"></fieldset>
<li></li>
</ol>
</body>
</html>