tor-browser

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

table-cell-content-change-000-ref.html (262B)


      1 <!DOCTYPE html>
      2 <p>You should see the text "first column" once in the first column, and the text
      3  "second column" twice in the second column.</p>
      4 <div style="columns:2; orphans:1; widows:1;">
      5  first column<br>
      6  <br>
      7  second column<br>
      8  second column
      9 </div>