diff --git a/test/css/css.css b/test/css/css.css index 07055369..220a2135 100644 --- a/test/css/css.css +++ b/test/css/css.css @@ -61,8 +61,6 @@ p + h1 { font: normal small / 20px 'Trebuchet MS', Verdana, sans-serif; font: 0/0 a; border-radius: 5px / 10px; - background: url("img.jpg") center / 100px; - background: #ffffff url(image.png) center / 1px 100px repeat-x scroll content-box padding-box; } .misc { -moz-border-radius: 2px; diff --git a/test/css/urls.css b/test/css/urls.css index 2e4f2678..660e1361 100644 --- a/test/css/urls.css +++ b/test/css/urls.css @@ -7,6 +7,8 @@ } #shorthands { background: url("http://www.lesscss.org/spec.html") no-repeat 0 4px; + background: url("img.jpg") center / 100px; + background: #ffffff url(image.png) center / 1px 100px repeat-x scroll content-box padding-box; } #misc { background-image: url(images/image.jpg); diff --git a/test/less/css.less b/test/less/css.less index d8db4991..6eafd808 100644 --- a/test/less/css.less +++ b/test/less/css.less @@ -68,8 +68,6 @@ p + h1 { font: normal small/20px 'Trebuchet MS', Verdana, sans-serif; font: 0/0 a; border-radius: 5px / 10px; - background: url("img.jpg") center / 100px; - background: #fff url(image.png) center / 1px 100px repeat-x scroll content-box padding-box; } .misc { diff --git a/test/less/urls.less b/test/less/urls.less index aa51ed3e..9e7947cd 100644 --- a/test/less/urls.less +++ b/test/less/urls.less @@ -5,6 +5,8 @@ } #shorthands { background: url("http://www.lesscss.org/spec.html") no-repeat 0 4px; + background: url("img.jpg") center / 100px; + background: #fff url(image.png) center / 1px 100px repeat-x scroll content-box padding-box; } #misc { background-image: url(images/image.jpg);