chromium/third_party/blink/web_tests/external/wpt/css/css-lists/li-value-reversed-002.html

<!doctype html>
<title>Interaction of ol reversed and list-item value</title>
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1573907">
<link rel="help" href="https://html.spec.whatwg.org/#attr-ol-reversed">
<link rel="help" href="https://html.spec.whatwg.org/#ordinal-value">
<link rel="author" title="L. David Baron" href="https://dbaron.org/">
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:[email protected]">
<link rel="author" title="Mozilla" href="https://mozilla.org">
<link rel="match" href="li-value-reversed-002-ref.html">
<ol reversed>
 <li>nine
 <li>eight
 <li value=7>seven
 <li>six
 <li value=10>ten
 <li>nine
</ol>