tor-browser

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

escapes-011.xht (735B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3  <head>
      4   <title>CSS Test: CSS Parsing: Escaped keywords</title>
      5   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
      6   <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/quotes/001.xml" type="application/xhtml+xml"/>
      7   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#rule-sets" />
      8   <link rel="match" href="../reference/ref-this-text-should-be-green.xht"/>
      9   <style type="text/css">
     10    p { color: green; color: \r\e\d; } /* '\r\e\d' is 'r^N^M', which isn't valid */
     11   </style>
     12  </head>
     13  <body>
     14   <p>This text should be green.</p>
     15  </body>
     16 </html>