servo/tests/wpt/css-tests/css-multicol-1_dev/xhtml1print/reference/regions-multicol-008-ref.xht

41 lines
No EOL
1.3 KiB
HTML

<!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 reference</title>
<link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" />
<!-- Reviewed on Github on 09-26-2013: https://github.com/w3c/csswg-test/pull/89 -->
<link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" />
<style type="text/css">
.green {
position: absolute;
background-color: green;
width: 100px;
}
#rect-1, #rect-2 {
top: 70px;
height: 200px;
}
#rect-1 {
left: 20px;
}
#rect-2 {
left: 150px;
}
#lightgreen-square {
position: absolute;
background-color: lightgreen;
top: 170px;
left: 280px;
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<p>The test passes if there are two vertical green rectangles with one light
green square to the bottom right of them and no red.</p>
<div id="rect-1" class="green"></div>
<div id="rect-2" class="green"></div>
<div id="lightgreen-square"></div>
</body></html>