tor-browser

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

absolute-tables-012.html (568B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://drafts.csswg.org/css-tables-3/#abspos">
      3 <link rel="help" href="https://crbug.com/1123475">
      4 <link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
      5 <meta name="assert" content="When sizing abspos tables with `table-layout: fixed`, the max-content size shouldn't be infinite.">
      6 <p>Test passes if there is a filled green square.</p>
      7 <div style="position: relative; width: 200px;">
      8  <table style="position: absolute; width: 50%; height: 100px; table-layout: fixed; background: green;"></table>
      9 </div>