tor-browser

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

pre-wrap-018-ref.html (440B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Test reference</title>
      4 <link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
      5 <style>
      6 div {
      7  font-size: 2rem;
      8  margin: 1rem;
      9  white-space: pre;
     10  width: 5ch;
     11  border: solid 1px;
     12  font-family: monospace;
     13 }
     14 span {
     15  text-decoration: underline;
     16 }
     17 
     18 </style>
     19 
     20 <p>Test passes if the two boxes below are identical.
     21 
     22 <div> <span> 0 </span></div>
     23 <div> <span> 0 </span></div>