Index: LayoutTests/imported/csswg-test/css-writing-modes-3/border-spacing-vrl-004.xht |
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/border-spacing-vrl-004.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/border-spacing-vrl-004.xht |
index a2abb3b4f46d03b4983fa44ebcdefb6a8067a20d..2c599a4427de429f4a86a5a51a47112843202c28 100644 |
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/border-spacing-vrl-004.xht |
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/border-spacing-vrl-004.xht |
@@ -18,7 +18,7 @@ |
table |
{ |
border-spacing: 0em 0.5em; /* computes to logical vertical border-spacing: 10px */ |
- font: 1.25em/1 Ahem; /* computes to 20px/20px */ |
+ font: 20px/1 Ahem; /* computes to 20px/20px */ |
padding: 0em 1.25em; /* computes to padding-left: 25px and padding-right: 25px */ |
-webkit-writing-mode: vertical-rl; |
} |