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