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