servo/tests/wpt/css-tests/css-multicol-1_dev/html4/reference/multicol-height-002.htm

37 lines
No EOL
1,005 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head class="reftest-print">
<title>CSS Reftest Reference</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<style type="text/css">
html, body { height: 100%; }
* { margin: 0; }
div {
border: double blue 12px;
height: 150%;
padding: 0 12px;
}
div > p {
border-right: solid orange 12px;
border-left: solid orange 12px;
width: 50%;
margin: 0 auto;
height: 100%;
}
blockquote {
border: solid thick yellow;
} </style>
</head>
<body>
<p>Test passes if even when printed:</p>
<ul>
<li>Two vertical orange stripes stretch exactly
from the inner top edge to the inner bottom edge of the blue box below.</li>
<li>There is a yellow stripe immediately below the blue box.</li>
</ul>
<div>
<p></p>
</div>
<blockquote></blockquote>
</body>
</html>