servo/tests/wpt/css-tests/css-regions-1_dev/html/reference/floats-in-named-flow-025-ref.htm

35 lines
No EOL
563 B
HTML

<!DOCTYPE html>
<html><head>
<title>CSS Reftest Reference</title>
<link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan">
<style>
article {
font-family: Ahem;
font-size: 20px;
line-height: 1em;
}
.content {
color: green;
}
</style>
</head>
<body>
<p>
Test passes if you see a green square.<br>
You should see no red.
</p>
<div class="region">
<article>
<div class="content">
xxxxx<br>
xxxxx<br>
xxxxx<br>
xxxxx<br>
xxxxx
</div>
</article>
</div>
</body></html>