mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
36 lines
1.1 KiB
HTML
36 lines
1.1 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 Reftest Reference</title>
|
|
<link href="mailto:rhauck@adobe.com" rel="author" title="Rebecca Hauck" />
|
|
<link href="mailto:mibalan@adobe.com" rel="reviewer" title="Mihai Balan" /> <!-- 2013-07-24 -->
|
|
<style type="text/css">
|
|
.square {
|
|
float: left;
|
|
font-family: Ahem;
|
|
font-size: 10px;
|
|
line-height: 20px;
|
|
margin-left: 10px;
|
|
color: green;
|
|
width: 100px;
|
|
height: 100px;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>The test passes if:</p>
|
|
<ul>
|
|
<li>The two squares each contain five green horizontal stripes</li>
|
|
<li>There are two green horizontal stripes below the square on right</li>
|
|
<li>There is no red</li>
|
|
</ul>
|
|
<div class="square">
|
|
XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX
|
|
</div>
|
|
<div class="square">
|
|
XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX
|
|
</div>
|
|
|
|
|
|
</body></html> |