| Index: LayoutTests/fast/css/remove-shorthand-expected.txt
|
| diff --git a/LayoutTests/fast/css/remove-shorthand-expected.txt b/LayoutTests/fast/css/remove-shorthand-expected.txt
|
| index 29c1439830db55c4c28257e6b72a07a6bee0209d..07a57b8c02be6eca8c99d7087f97ddef27f437bd 100644
|
| --- a/LayoutTests/fast/css/remove-shorthand-expected.txt
|
| +++ b/LayoutTests/fast/css/remove-shorthand-expected.txt
|
| @@ -33,10 +33,10 @@ Removing border-width
|
| removes "border"
|
| and adds "border-style, border-color".
|
| Removing border-radius
|
| -removes "border-top-left-radius, border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius"
|
| +removes "border-radius"
|
| and adds "".
|
| Removing -webkit-border-radius
|
| -removes "border-top-left-radius, border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius"
|
| +removes "border-radius"
|
| and adds "".
|
| Removing border-spacing
|
| removes "border-spacing"
|
|
|