servo/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/reference/inline-block-alignment-004-ref.xht

94 lines
No EOL
3.5 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-004-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;
}
/* inline-block */
.inline-block {
display: inline-block;
}
.descendant-block {
display: block;
height: 1em;
background-color: yellow;
padding-left: 1em;
padding-right: 1em;
}
]]></style>
</head>
<body>
<p>Test passes if ...</p>
<ol>
<li>the bottom of glyph 'L' and the bottom of yellow square 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">
<p>LLLLL<span class="inline-block">
<span class="descendant-block"></span>
<span class="descendant-block"></span>
</span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled" /></p>
</div>
<div class="control">
<p>LLLLL<span class="inline-block">
<span class="descendant-block"></span>
<span class="descendant-block"></span>
</span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled" /></p>
</div>
<div class="control">
<p>LLLLL<span class="inline-block">
<span class="descendant-block"></span>
<span class="descendant-block"></span>
</span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled" /></p>
</div>
<div class="control">
<p>LLLLL<span class="inline-block">
<span class="descendant-block"></span>
<span class="descendant-block"></span>
</span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled" /></p>
</div>
<div class="control">
<p>LLLLL<span class="inline-block">
<span class="descendant-block"></span>
<span class="descendant-block"></span>
</span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled" /></p>
</div>
<div class="control">
<p>LLLLL<span class="inline-block">
<span class="descendant-block"></span>
<span class="descendant-block"></span>
</span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled" /></p>
</div>
<div class="control">
<p>LLLLL<span class="inline-block">
<span class="descendant-block"></span>
<span class="descendant-block"></span>
</span>LLLLL<img src="support/blue-horiz-line-320x1.png" alt="Image download support must be enabled" /></p>
</div>
</body>
</html>