tor-browser

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

table-cell-content-change-001-ref.html (478B)


      1 <!DOCTYPE html>
      2 <p>Test changing the contents of a table cell, increasing column height</p>
      3 <p>You should see the text "first column" once in the first column, and the text
      4  "second column" twice in the second column.</p>
      5 <div style="width:511px; overflow:hidden; background:yellow;">
      6  <div style="float:left; width:255px;">
      7    first column
      8  </div>
      9  <div style="float:left; border-left:1px solid; padding-left:5px;">
     10    second column<br>
     11    second column
     12  </div>
     13 </div>