tor-browser

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

cascade-import-012.xht (1477B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
      3 <head>
      4   <title>Cascade: Controlled delays with one alternate set (link and meta; reversed)</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/cascade/import/012.html"/>
      7   <link rel="help" href="http://www.w3.org/TR/html4/present/styles.html#h-14.3"/>
      8   <link rel="help" href="http://www.w3.org/TR/CSS21/cascade.html#cascading-order"/>
      9   <link rel="help" href="http://www.w3.org/TR/css-cascade-3/#cascading"/>
     10   <link rel="help" href="http://www.w3.org/TR/css-cascade-4/#cascading"/>
     11 
     12   <link rel="alternate stylesheet" title="Test"
     13         href="http://software.hixie.ch/utilities/cgi/test-tools/delayed-file?pause=8&amp;mime=text%2Fcss&amp;text=.b+%7B+color%3A+red%3B+%7D"/>
     14   <link rel="stylesheet"
     15         href="http://software.hixie.ch/utilities/cgi/test-tools/delayed-file?pause=5&amp;mime=text%2Fcss&amp;text=.a+%7B+color%3A+blue%3B+%7D"/>
     16   <meta http-equiv="Link"
     17         content='&lt;http://software.hixie.ch/utilities/cgi/test-tools/delayed-file?pause=2&amp;mime=text%2Fcss&amp;text=.b+%7B+color%3A+green%3B+%7D>; rel="alternate stylesheet"; title="Test"' />
     18  </head>
     19  <body>
     20   <p class="a">Select the alternate stylesheet to run this test.</p>
     21   <p class="b">This line should be green.</p>
     22 
     23 
     24 </body>
     25 </html>