summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/backgrounds/support/background-iframes-001.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/backgrounds/support/background-iframes-001.html')
-rw-r--r--testing/web-platform/tests/css/CSS2/backgrounds/support/background-iframes-001.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/backgrounds/support/background-iframes-001.html b/testing/web-platform/tests/css/CSS2/backgrounds/support/background-iframes-001.html
new file mode 100644
index 0000000000..f2d18df6ab
--- /dev/null
+++ b/testing/web-platform/tests/css/CSS2/backgrounds/support/background-iframes-001.html
@@ -0,0 +1,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>