summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/lists/li-type-unsupported-ref.html
blob: 4fbc5aca974bffeade2e97e8fa4d0f183a847464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<meta charset=utf-8>
<title>li@type: unsupported types</title>
<li>first item</li>
<li>second item</li>
<ol>
  <li>first ordered item</li>
  <li>second ordered item</li>
</ol>
<ul>
  <li>first unordered item</li>
  <li>second unordered item</li>
</ul>