summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/grouping-content/the-ol-element/reversed-1-ref.html
blob: f8cac3c702b726c1b1c0abecb50402ca646a0089 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<ol>
  <li value="3">Three</li>
  <li value="2">Two</li>
  <li value="1">One</li>
</ol>