Files
servo/tests/wpt/css-tests/css21_dev/html4/reference/c547-indent-000-ref.htm

27 lines
587 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="Ms2ger" href="mailto:Ms2ger@gmail.com">
<style type="text/css">
div {
font: 24px/1 Ahem;
width: 18em;
color: blue;
}
</style>
</head>
<body>
<p>There should be a tall solid unbroken column of blue below.</p>
<div>&nbsp;x</div>
<div>&nbsp;x</div>
<div>&nbsp;x</div>
<div>&nbsp;x</div>
<div>&nbsp;x</div>
<div>&nbsp;x</div>
<div>&nbsp;x</div>
<div>&nbsp;x</div>
<div>&nbsp;x</div>
<div>&nbsp;x</div>
</body>
</html>