blob: 5d8f6f9e73474004fb03982a2dd60250f1ba926a [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: Column boxes do not establish containing blocks for fixed positioning - Reference</title>
<link rel="author" title="Codeaurora" href="http://www.codeaurora.org/" />
<link rel="help" href="http://www.w3.org/TR/css3-multicol/#the-multi-column-model"/>
<style type="text/css">
html, body
{
padding: 0;
margin: 0;
}
p
{
margin-left: 8px;
}
div
{
background: green;
color: green;
font: 20px/1 ahem;
height: 6em;
position: relative;
width: 11em;
}
</style>
</head>
<body>
<p>Test passes if there is no red visible on the page.</p>
<div>
</div>
</body>
</html>