tor-browser

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

uri-015.xht (799B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
      2                       "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      3 <html xmlns="http://www.w3.org/1999/xhtml">
      4  <head>
      5   <title>CSS Test: Escaped url() functional notation</title>
      6   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
      7   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#uri"/>
      8   <link rel="match" href="../reference/ref-green-background.xht"/>
      9   <meta name="assert" content="url() notation is case-insensitive and can be escaped."/>
     10   <style type="text/css"><![CDATA[
     11     p {
     12       color: white;
     13       background: red;
     14       background: red U\r\4c ("support/swatch-green.png");
     15     }
     16   ]]></style>
     17  </head>
     18  <body>
     19   <p>This should have a green background.</p>
     20  </body>
     21 </html>