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