tor-browser

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

uri-012.xht (1062B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3  <head>
      4   <title>CSS Test: Error handling of broken url() - balancing braces</title>
      5   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
      6   <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
      7   <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/uri/010.html" type="text/html"/>
      8   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#uri" />
      9   <link rel="match" href="uri-012-ref.xht"/>
     10   <meta name="flags" content="invalid"/>
     11   <style>
     12    .control {
     13         color: white;
     14         border: none;
     15    }
     16    p {
     17         color: red;
     18         border: solid red;
     19         background: red url( { test ); border: solid green; }
     20    p {
     21         color: green;
     22      }
     23   </style>
     24  </head>
     25  <body>
     26   <p>This sentence should be green with a green border.</p>
     27   <p class="control">FAIL if there is any red on this page.</p>
     28  </body>
     29 </html>