| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/border-spacing-vlr-005.xht
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/border-spacing-vlr-005.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/border-spacing-vlr-005.xht
|
| index cb7adcca00ba29572c0bb956367e1d0fe242d613..215c1aefcf2db7b91cd7022395d93cccd2c12229 100644
|
| --- a/LayoutTests/imported/csswg-test/css-writing-modes-3/border-spacing-vlr-005.xht
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/border-spacing-vlr-005.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-lr;
|
| }
|
|
|