tor-browser

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

content-white-space-004-ref.html (407B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <style>
      5    div {
      6        border: solid silver;
      7        margin: 0.5em;
      8        padding: 0.2em;
      9        color: blue;
     10        width: 10em;
     11    }
     12 </style>
     13 <body>
     14    <p>Test passes if the contents of the two silver boxes are identical.</p>
     15    <div>This text should wrap normally.</div>
     16    <div>This text should wrap normally.</div>
     17 </body>