tor-browser

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

table-cell-width-calculation-abspos.html (528B)


      1 <title>An out-of-flow imagef in the table cell width calculation quirk</title>
      2 <link rel="match" href="reference/table-cell-width-calculation-abspos-ref.html">
      3 <link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org">
      4 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      5 <style>
      6 table {
      7  font-size: 10px;
      8  font-family: Ahem;
      9 }
     10 img {
     11  position: absolute;
     12  width: 10px;
     13  height: 10px;
     14  background: black;
     15 }
     16 </style>
     17 <table>
     18  <tr>
     19    <td id="td">1234567<img id="img" src=""></td>
     20  </tr>
     21 </table>