mirror of
https://github.com/servo/servo.git
synced 2025-06-26 18:14:34 +01:00
69 lines
No EOL
3.2 KiB
HTML
69 lines
No EOL
3.2 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><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<title>CSS Reftest Reference</title>
|
|
<style type="text/css">
|
|
@page { font: italic 8pt sans-serif; color: gray;
|
|
margin: 7%;
|
|
counter-increment: page;
|
|
@top-left { content: "CSS Writing Modes Module Level 3 CR Test Suite"; }
|
|
@top-right { content: "Test vertical-alignment-016-ref"; }
|
|
@bottom-right { content: counter(page); }
|
|
}
|
|
</style>
|
|
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com" />
|
|
<style type="text/css"><![CDATA[
|
|
p.control {
|
|
padding-bottom: 0.2em;
|
|
font: 40px/1 "Ahem";
|
|
background-color: orange;
|
|
}
|
|
|
|
/* vertical-align */
|
|
img {
|
|
vertical-align: -0.2em;
|
|
}
|
|
img.line {
|
|
margin-left: -260px;
|
|
}
|
|
]]></style>
|
|
</head>
|
|
<body>
|
|
<p>Test passes if ...</p>
|
|
<ol>
|
|
<li>the bottom 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> |