| Index: third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt b/third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt
|
| index ebac254969cfccc3d22b3cd55a82a4f95adc692c..01dad8e09598f37daf2910ecbdf7ab6e1c8ba656 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/remove-shorthand-expected.txt
|
| @@ -7,31 +7,31 @@ removes "background"
|
| and adds "".
|
| Removing background-position
|
| removes "background"
|
| -and adds "background-image, background-attachment, background-color, background-size, background-origin, background-clip, background-repeat".
|
| +and adds "background-image, background-size, background-repeat, background-attachment, background-origin, background-clip, background-color".
|
| Removing border
|
| removes "border"
|
| and adds "".
|
| Removing border-top
|
| removes "border"
|
| -and adds "border-right, border-bottom, border-left".
|
| +and adds "border-right, border-bottom, border-left, border-image".
|
| Removing border-right
|
| removes "border"
|
| -and adds "border-top, border-bottom, border-left".
|
| +and adds "border-top, border-bottom, border-left, border-image".
|
| Removing border-bottom
|
| removes "border"
|
| -and adds "border-top, border-right, border-left".
|
| +and adds "border-top, border-right, border-left, border-image".
|
| Removing border-left
|
| removes "border"
|
| -and adds "border-top, border-right, border-bottom".
|
| +and adds "border-top, border-right, border-bottom, border-image".
|
| Removing border-color
|
| removes "border"
|
| -and adds "border-width, border-style".
|
| +and adds "border-width, border-style, border-image".
|
| Removing border-style
|
| removes "border"
|
| -and adds "border-width, border-color".
|
| +and adds "border-width, border-color, border-image".
|
| Removing border-width
|
| removes "border"
|
| -and adds "border-style, border-color".
|
| +and adds "border-style, border-color, border-image".
|
| Removing border-radius
|
| removes "border-radius"
|
| and adds "".
|
| @@ -61,7 +61,7 @@ removes "-webkit-mask"
|
| and adds "".
|
| Removing -webkit-mask-position
|
| removes "-webkit-mask"
|
| -and adds "-webkit-mask-image, -webkit-mask-repeat".
|
| +and adds "-webkit-mask-image, -webkit-mask-size, -webkit-mask-repeat, -webkit-mask-origin, -webkit-mask-clip".
|
| Removing overflow
|
| removes "overflow"
|
| and adds "".
|
|
|