| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/inline-block-alignment-004-expected.xht
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/inline-block-alignment-004-expected.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/inline-block-alignment-004-expected.xht
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2e77b0f65adc2d113e471e32133cb9799e197762
|
| --- /dev/null
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/inline-block-alignment-004-expected.xht
|
| @@ -0,0 +1,85 @@
|
| +<!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 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>
|
|
|