tor-browser

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

379178-html-ref.html (217B)


      1 <html>
      2 <head>
      3 
      4 <title>HTML Test for Bug #379178</title>
      5 
      6 <style type="text/css">
      7 
      8 span
      9 {
     10 background-color: #8f8;
     11 }
     12 
     13 </style>
     14 
     15 </head>
     16 <body>
     17 
     18 <p>
     19 <span>a</span>
     20 <span>b</span>
     21 <span>c</span>
     22 </p>
     23 
     24 </body>
     25 </html>