From f3621e14ba6df4e3d3fa0b350743aa463c3503f2 Mon Sep 17 00:00:00 2001 From: Sven Groot Date: Thu, 23 Apr 2015 10:33:10 +0200 Subject: [PATCH] Fix test CSS relative paths Bower.json --- .gitignore | 3 +++ bower.json | 24 ++++++++++++++++++++++++ tests/master/css/master.css | 4 ++-- 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 .gitignore create mode 100644 bower.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9a59782 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# IDE +.idea +.DS_Store \ No newline at end of file diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..751bb62 --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ +{ + "name": "Selectivizr bower", + "main": "selectivizr.js", + "version": "1.0.3", + "homepage": "https://github.com/Mediamoose/selectivizr", + "authors": [ + "Sven Groot " + ], + "description": "Selectivizr for bower", + "keywords": [ + "selectivizr", + "ie", + "pseudo-classes", + "css3" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} diff --git a/tests/master/css/master.css b/tests/master/css/master.css index 6089ff1..51688d9 100755 --- a/tests/master/css/master.css +++ b/tests/master/css/master.css @@ -21,7 +21,7 @@ * need to adjust the paths below: */ -@import url("/selectivizr-git/tests/master/css/import-url-root-relative-path.css"); +@import url("import-url-root-relative-path.css"); @import url("http://iis/selectivizr-git/tests/master/css/import-url-fully-qualified-path.css"); @import url("//iis/selectivizr-git/tests/master/css/import-url-protocol-relative-path.css"); @@ -54,7 +54,7 @@ body { } #url-htc { - behavior: url(htc/test.htc); + behavior: url(../htc/test.htc); } /* pseudo-class tests