tor-browser

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

escaped-url-001-ref.xht (611B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
      2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      3 <html xmlns="http://www.w3.org/1999/xhtml">
      4  <head>
      5   <title>CSS Test: Escapes in a URI token</title>
      6 
      7   <link rel="author" title="Bert Bos" href="mailto:bert@w3.org" />
      8 
      9   <style type="text/css">
     10     div {width: 5em; height: 1em; background: url(support/1x1-green.png)}
     11   </style>
     12  </head>
     13 
     14  <body>
     15    <p>There should be no red.</p>
     16    <div id="div0"></div>
     17    <div id="div1"></div>
     18    <div id="div2"></div>
     19    <div id="div3"></div>
     20    <div id="div4"></div>
     21    <div id="div5"></div>
     22  </body>
     23 </html>