tor-browser

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

white-space-24.html (627B)


      1 <!DOCTYPE html>
      2 <html>
      3    <title>CSS 2.1 Test Suite: anonymous table boxes</title>
      4    <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
      5    <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
      6    <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/>
      7    <meta name="flags" content="" />
      8  <body>
      9    <span style="display:table-row; white-space: pre"><span style="display: table-cell">a</span> <script>document.body.offsetWidth</script>bc<script>document.body.offsetWidth</script> <span style="display: table-cell">d</span></span>
     10  </body>
     11 </html>