tor-browser

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

section-no-tbody-fixed-distribution.html (394B)


      1 <!DOCTYPE html>
      2 <link rel="match" href="../../reference/ref-filled-green-100px-square-only.html">
      3 <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/4418">
      4 <p>Test passes if there is a filled green square.</p>
      5 <div style="display: table; width: 100px; height: 100px;">
      6  <div style="display: table-header-group; background: green; height: 20px;">
      7    <div></div>
      8  </div>
      9 </div>