tor-browser

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

empty-span-height-ref.html (295B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Minseong Kim" href="mailto:jja08111@gmail.com">
      3 <link rel="help" href="https://drafts.csswg.org/css-inline-3/#line-layout">
      4 <style>
      5 .red { background: red }
      6 </style>
      7 <span>Test passes if no red</span>
      8 <div class="red">
      9  <span id="empty"></span>
     10 </div>