chromium/third_party/blink/web_tests/external/wpt/html/rendering/non-replaced-elements/lists/li-type-unsupported-ref.html

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