Files
servo/tests/wpt/css-tests/css21_dev/html4/reference/clear-clearance-calculation-005-ref.htm

33 lines
736 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
<style type="text/css">
body {margin: 8px;}
div
{
background-color: green;
color: orange;
font: 100px/1 Ahem;
margin: 118px 0px 0px;
}
p {margin: 1em 0em;}
</style>
</head>
<body>
<div>XX</div>
<p>Test passes if there is above an orange rectangle and a wide green rectangle side by side, touching each other. The top of the orange rectangle should be flush with the top of the green rectangle. There should be no red.</p>
</body>
</html>