mirror of
https://github.com/servo/servo.git
synced 2025-06-26 01:54:33 +01:00
64 lines
No EOL
2.9 KiB
HTML
64 lines
No EOL
2.9 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 inline-block-alignment-001-ref"; }
|
|
@bottom-right { content: counter(page); }
|
|
}
|
|
</style>
|
|
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com" />
|
|
<style type="text/css"><![CDATA[
|
|
div.control {
|
|
font-size: 2em;
|
|
background-color: orange;
|
|
}
|
|
img {
|
|
margin-left: -300px;
|
|
}
|
|
div.control > span {
|
|
background-color: yellow;
|
|
padding: 0em 1em;
|
|
}
|
|
div.control1 {
|
|
color: orange;
|
|
margin-top: 1em;
|
|
}
|
|
div.control1 > span {
|
|
color: yellow;
|
|
}
|
|
]]></style>
|
|
</head>
|
|
<body>
|
|
<p>Test passes if ...</p>
|
|
<ol>
|
|
<li>the bottom of glyph 'L' is touching a thin blue line in each 7 orange rectangles and</li>
|
|
<li>all 7 orange rectangles are <strong>identical</strong>.</li>
|
|
</ol>
|
|
|
|
<div class="control control1">LLLL<span>ABCD</span></div>
|
|
<div class="control control2">LLLL<span>LLLLL</span>LLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled" /></div>
|
|
|
|
<div class="control control1">LLLL<span>ABCD</span></div>
|
|
<div class="control control2">LLLL<span>LLLLL</span>LLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled" /></div>
|
|
|
|
<div class="control control1">LLLL<span>ABCD</span></div>
|
|
<div class="control control2">LLLL<span>LLLLL</span>LLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled" /></div>
|
|
|
|
<div class="control control1">LLLL<span>ABCD</span></div>
|
|
<div class="control control2">LLLL<span>LLLLL</span>LLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled" /></div>
|
|
|
|
<div class="control control1">LLLL<span>ABCD</span></div>
|
|
<div class="control control2">LLLL<span>LLLLL</span>LLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled" /></div>
|
|
|
|
<div class="control control1">LLLL<span>ABCD</span></div>
|
|
<div class="control control2">LLLL<span>LLLLL</span>LLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled" /></div>
|
|
|
|
<div class="control control1">LLLL<span>ABCD</span></div>
|
|
<div class="control control2">LLLL<span>LLLLL</span>LLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled" /></div>
|
|
</body>
|
|
</html> |