tor-browser

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

shy-styling-001-alt-ref.html (393B)


      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 span {
      7  font-size: 3em;
      8  color: red;
      9  text-shadow: 3px 3px 3px black;
     10 }
     11 </style>
     12 
     13 <p>Test passes if the word “example” below is hyphenated, and the hyphen is large, red, and has a shadow
     14 
     15 <div>ex<span>&#x2010;</span><br>ample</div>