Index: LayoutTests/imported/csswg-test/css-writing-modes-3/height-width-inline-non-replaced-vrl-002.xht |
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/height-width-inline-non-replaced-vrl-002.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/height-width-inline-non-replaced-vrl-002.xht |
index 230b41f5662f0c6d59e65808dc4f4c6d1e851615..c30e19f26e5c8a2a49b07bd55b53040946bbac0f 100644 |
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/height-width-inline-non-replaced-vrl-002.xht |
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/height-width-inline-non-replaced-vrl-002.xht |
@@ -18,7 +18,7 @@ |
<style type="text/css"><![CDATA[ |
div#block |
{ |
- font: 6.25em/1 Ahem; /* computes to 100px/100px */ |
+ font: 100px/1 Ahem; /* computes to 100px/100px */ |
height: 2em; |
width: 4em; |
-webkit-writing-mode: vertical-rl; |