tor-browser

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

open-summary-table-cell-style-ref.html (318B)


      1 <!DOCTYPE html>
      2 <!-- Any copyright is dedicated to the Public Domain.
      3   - http://creativecommons.org/publicdomain/zero/1.0/ -->
      4 
      5 <html>
      6  <body>
      7    <div>
      8      <span style="display: table-cell;">Summary
      9        <div>Block in summary</div>
     10      </span>
     11      <p>This is the details.</p>
     12    </div>
     13  </body>
     14 </html>