Files
servo/tests/wpt/css-tests/css-fonts-3_dev/html/support/background-iframes-001.html

18 lines
720 B
HTML

<!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 href="mailto:ian@hixie.ch" rel="author" title="Ian Hickson">
<link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="reviewer" title="Gérard Talbot"> <!-- 2012-04-21 -->
<link href="http://www.hixie.ch/tests/adhoc/css/background/iframes/001a.html" type="text/html" rel="alternate">
<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>