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