| Index: LayoutTests/fast/backgrounds/repeat/resources/background-repeat-shorthand.css
|
| diff --git a/LayoutTests/fast/backgrounds/repeat/resources/background-repeat-shorthand.css b/LayoutTests/fast/backgrounds/repeat/resources/background-repeat-shorthand.css
|
| deleted file mode 100644
|
| index a5c34f1045677f1154a7f76f6f13241569736afa..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/backgrounds/repeat/resources/background-repeat-shorthand.css
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -#icon1 {
|
| - background-image: url(gradient.gif);
|
| - background-repeat: no-repeat;
|
| - background-position: 10px 20px;
|
| - -webkit-mask-repeat: repeat;
|
| - -webkit-mask-position: 0% 0%;
|
| -}
|
| -
|
| -#icon2 {
|
| - background-image: url(gradient.gif);
|
| - background-repeat-x: no-repeat;
|
| - background-position-x: 10px;
|
| - -webkit-mask-repeat-x: repeat;
|
| - -webkit-mask-position-x: 0% 0%;
|
| -}
|
|
|