mirror of
https://github.com/servo/servo.git
synced 2025-06-26 01:54:33 +01:00
59 lines
No EOL
2.6 KiB
HTML
59 lines
No EOL
2.6 KiB
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="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com">
|
|
<style type="text/css">
|
|
p.control {
|
|
font: 40px/1 "Ahem";
|
|
background-color: orange;
|
|
}
|
|
|
|
/* vertical-align */
|
|
img {
|
|
vertical-align: 0.8em;
|
|
}
|
|
img.line {
|
|
margin-left: -260px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>Test passes if ...</p>
|
|
<ol>
|
|
<li>the top of black stripe is touching a thin blue line in each 7 orange rectangles.</li>
|
|
<li>the bottom edge of yellow square is aligned to a thin blue line in each 7 orange rectangles and</li>
|
|
<li>all 7 orange rectangles are <strong>identical</strong>.</li>
|
|
</ol>
|
|
|
|
<p class="control">CONTR
|
|
<img class="square" src="./support/yellow-square-59x59.png" alt="Image download support must be enabled">
|
|
<img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image download support must be enabled">
|
|
</p>
|
|
<p class="control">CONTR
|
|
<img class="square" src="./support/yellow-square-59x59.png" alt="Image download support must be enabled">
|
|
<img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image download support must be enabled">
|
|
</p>
|
|
<p class="control">CONTR
|
|
<img class="square" src="./support/yellow-square-59x59.png" alt="Image download support must be enabled">
|
|
<img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image download support must be enabled">
|
|
</p>
|
|
<p class="control">CONTR
|
|
<img class="square" src="./support/yellow-square-59x59.png" alt="Image download support must be enabled">
|
|
<img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image download support must be enabled">
|
|
</p>
|
|
<p class="control">CONTR
|
|
<img class="square" src="./support/yellow-square-59x59.png" alt="Image download support must be enabled">
|
|
<img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image download support must be enabled">
|
|
</p>
|
|
<p class="control">CONTR
|
|
<img class="square" src="./support/yellow-square-59x59.png" alt="Image download support must be enabled">
|
|
<img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image download support must be enabled">
|
|
</p>
|
|
<p class="control">CONTR
|
|
<img class="square" src="./support/yellow-square-59x59.png" alt="Image download support must be enabled">
|
|
<img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image download support must be enabled">
|
|
</p>
|
|
|
|
</body>
|
|
</html> |