summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/grouping-content/the-ol-element/reversed-1a.html
blob: 202315b1c6bc55137a52b1cf55230de68ca7fb01 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<meta charset=utf-8>
<title>`reversed` should reverse the numbering correctly</title>
<link rel=match href="reversed-1-ref.html">
<link rel=help href="https://html.spec.whatwg.org/#attr-ol-reversed">
<ol reversed>
  <li>Three</li>
  <li>Two</li>
  <li>One</li>
</ol>