| 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
|
| deleted file mode 100644
|
| index 3464366b748e30601a9f27e2472873394cc42a59..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/imported/csswg-test/css-writing-modes-3/inline-block-alignment-004-expected.xht
|
| +++ /dev/null
|
| @@ -1,85 +0,0 @@
|
| -<!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>
|
|
|