summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/lists/ol-start-display-contents.html
blob: 226570e935f0de151fb42281ee6ccf3d56ca4b51 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<meta charset=utf-8>
<title>display: contents; on &lt;ol start></title>
<meta rel=match href=ol-display-contents-ref.html>
<ol start=5 style="display: contents">
  <li style="margin-left: 40px">The list item marker on this line should be "1."</li>
  <li style="margin-left: 40px">The list item marker on this line should be "2."</li>
</ol>