aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/inline-block-alignment-005.xht
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/inline-block-alignment-005.xht')
-rw-r--r--tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/inline-block-alignment-005.xht6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/inline-block-alignment-005.xht b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/inline-block-alignment-005.xht
index 7b347ae7228..91721f3d66b 100644
--- a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/inline-block-alignment-005.xht
+++ b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/inline-block-alignment-005.xht
@@ -13,7 +13,7 @@
div#lr-upright
{
color: orange;
- font: 3.75em/1 Ahem; /* computes to 60px */
+ font: 3.75em/1 Ahem; /* computes to 60px/60px */
height: 4em;
writing-mode: vertical-lr;
text-orientation: upright;
@@ -63,8 +63,8 @@
<p>Test passes if 2 orange squares are centered with respect to a blue square.</p>
<div id="lr-upright">A<div id="inline-block">
- <span class="block-descendant" id="first-line-box">I</span>
- <span class="block-descendant" id="last-line-box">B</span>
+ <span class="block-descendant" id="first-line-box">F</span>
+ <span class="block-descendant" id="last-line-box">L</span>
</div><span id="orange30">O</span></div>
</body>