summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/lists/ol-start-reversed-display-contents.html
blob: dd6fff0fd8e52570e0a82d07adcb98505ac80c19 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<meta charset=utf-8>
<title>display: contents; on &lt;ol start reversed></title>
<meta rel=match href=ol-display-contents-ref.html>
<ol start=5 reversed 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>