Index: LayoutTests/imported/csswg-test/css-writing-modes-3/height-width-inline-non-replaced-vlr-003.xht |
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/height-width-inline-non-replaced-vlr-003.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/height-width-inline-non-replaced-vlr-003.xht |
index 38b548b1f67ec5610ff87b66bbb42ddd50ce8647..2b02db107b1a72b21e697e156771637a5c87dc6c 100644 |
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/height-width-inline-non-replaced-vlr-003.xht |
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/height-width-inline-non-replaced-vlr-003.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: 2em; |
-webkit-writing-mode: vertical-lr; |