tor-browser

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

white-space-pre-wrap-trailing-spaces-004-ref.html (399B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>CSS test Reference</title>
      4 <link rel="author" title="Javier Fernandez" href="mailto:jfernandez@igalia.com" />
      5 
      6 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      7 <style>
      8 div {
      9  font: 25px/1 Ahem;
     10  color: green;
     11 }
     12 span { color: blue; }
     13 </style>
     14 
     15 <p>This test passes if there is a green square and no red.
     16 
     17 <div>XX<span>X</span><br>XX</div>