chromium/third_party/blink/web_tests/external/wpt/html/rendering/non-replaced-elements/lists/ol-start-display-contents.html

<!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>