tor-browser

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

background-iframes-001.html (722B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
      2 <html lang="en">
      3 <head>
      4  <meta charset="utf-8">
      5  <title>Inner Frame</title>
      6  <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
      7  <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-04-21 -->
      8  <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/background/iframes/001a.html" type="text/html">
      9  <style type="text/css">
     10   * { background: transparent; margin: 0; padding: 0; }
     11   p { margin: 4em 1em; color: blue; }
     12  </style>
     13 </head>
     14 <body>
     15  <!-- Transparent -->
     16  <p>You should see the word "PASS" above.</p>
     17 </body>
     18 </html>