tor-browser

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

variable-reference-refresh-iframe.html (619B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <title>Content used for within variable-reference-refresh</title>
      5    <meta rel="author" title="Kevin Babbitt">
      6    <meta rel="author" title="Greg Whitworth">
      7    <link rel="author" title="Microsoft Corporation" href="http://microsoft.com" />
      8    <!-- This is not directly specified in the spec but should work -->
      9    <link rel="help" href="http://www.w3.org/TR/css-variables-1/#defining-variables">
     10 
     11    <link rel="stylesheet" href="variable-reference-refresh-iframe.css">
     12 </head>
     13 <body style="color: red;">
     14    <div id="testElement">This text should be green.</div>
     15 </body>
     16 </html>