From 41a8f6724af0144eb2b593ea6861a17fb71c1af5 Mon Sep 17 00:00:00 2001 From: Luke Page Date: Sat, 2 Feb 2013 18:08:03 +0000 Subject: [PATCH] Fix browser tests - url tests need to live in urls.less --- test/css/css.css | 2 -- test/css/urls.css | 2 ++ test/less/css.less | 2 -- test/less/urls.less | 2 ++ 4 files changed, 4 insertions(+), 4 deletions(-) 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);