| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/inline-block-alignment-new-006.xht
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/inline-block-alignment-new-006.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/inline-block-alignment-new-006.xht
|
| index 553f47c3a7730f6b7818a32596ee1bc0e267565f..77c29f346e0fa9673227c8d48cc5d32f78f0b2f7 100644
|
| --- a/LayoutTests/imported/csswg-test/css-writing-modes-3/inline-block-alignment-new-006.xht
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/inline-block-alignment-new-006.xht
|
| @@ -12,20 +12,27 @@
|
| div#rl-sideways
|
| {
|
| color: fuchsia;
|
| - font: 3.75em Ahem; /* computes to 60px */
|
| + font: 3.75em/1em Ahem; /* computes to 60px */
|
| height: 4em;
|
| -webkit-writing-mode: vertical-rl;
|
| -webkit-text-orientation: sideways;
|
| }
|
|
|
| - span#fuchsia120
|
| + div#inline-block
|
| {
|
| display: inline-block;
|
| padding-left: 1em; /* computes to 120px */
|
| padding-right: 1em; /* computes to 120px */
|
| + color: fuchsia;
|
| font-size: 2em; /* computes to 120px */
|
| }
|
|
|
| + span.block-descendant
|
| + {
|
| + display: block;
|
| + line-height: 1;
|
| + }
|
| +
|
| span#fuchsia30
|
| {
|
| display: inline-block;
|
| @@ -41,7 +48,10 @@
|
|
|
| <p>Test passes if the <strong>left edge</strong> of an irregular polygon is straight and unbroken.</p>
|
|
|
| - <div id="rl-sideways">É<span id="fuchsia120">É</span><span id="fuchsia30">É</span></div>
|
| + <div id="rl-sideways">É<div id="inline-block">
|
| + <span class="block-descendant">B</span>
|
| + <span class="block-descendant last-line-box">É</span>
|
| + </div><span id="fuchsia30">É</span></div>
|
|
|
| </body>
|
| </html>
|
|
|