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