Index: LayoutTests/imported/csswg-test/css-writing-modes-3/clearance-calculations-vrl-004.xht |
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/clearance-calculations-vrl-004.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/clearance-calculations-vrl-004.xht |
index 805820858231fb5ffb8cb857d3d66f1c2d42d9c8..547d329295ef0a2aa3fdcfba178a2190e417a7ab 100644 |
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/clearance-calculations-vrl-004.xht |
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/clearance-calculations-vrl-004.xht |
@@ -27,7 +27,7 @@ |
div#parent |
{ |
background: red url("support/clearance-calculation-vrl-004.png"); |
- font: 1.25em/1 Ahem; /* computes to 20px/20px */ |
+ font: 20px/1 Ahem; /* computes to 20px/20px */ |
min-width: 8em; |
-webkit-writing-mode: vertical-rl; |
} |