tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

list-and-block-in-inline.html (340B)


      1 <!DOCTYPE html>
      2 <link rel=help href="https://www.w3.org/TR/CSS22/generate.html#lists">
      3 <link rel=match href="list-and-block-in-inline-ref.html">
      4 <meta name="assert" content="The list-marker should be aligned with the 2nd line.">
      5 <ul>
      6  <li>
      7    <div style="display: inline-block;"><span><div>line1<br>line2</div></span></div>
      8  </li>
      9 </ul>