Source code
Revision control
Copy as Markdown
Other Tools
<head>
<title>CSS Test: Containing block for absolute positioning</title>
<link rel="match" href="abspos-containing-block-001-ref.xht" />
<style type="text/css">
body { background: red; margin: 100px 100px; }
div { background: white; color: green; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
</style>
</head>
<body>
<div>
Test passes if there is <strong>no red</strong>.
</div>
</body>
</html>