diff options
Diffstat (limited to 'tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/inline-block-alignment-002.xht')
-rw-r--r-- | tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/inline-block-alignment-002.xht | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/inline-block-alignment-002.xht b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/inline-block-alignment-002.xht index 68688e6684d..53eb728ff2a 100644 --- a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/inline-block-alignment-002.xht +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/inline-block-alignment-002.xht @@ -13,7 +13,7 @@ div#rl-mixed { color: orange; - font: 3.75em/1 Ahem; /* computes to 60px */ + font: 3.75em/1 Ahem; /* computes to 60px/60px */ height: 4em; writing-mode: vertical-rl; text-orientation: mixed; @@ -63,8 +63,8 @@ <p>Test passes if 2 orange squares are centered with respect to a blue square.</p> <div id="rl-mixed">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> |