Skip to content

Commit

Permalink
Fix test CSS relative paths
Browse files Browse the repository at this point in the history
Bower.json
  • Loading branch information
svengt committed Apr 23, 2015
1 parent ed2f5e3 commit f3621e1
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# IDE
.idea
.DS_Store
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Selectivizr bower",
"main": "selectivizr.js",
"version": "1.0.3",
"homepage": "https://github.com/Mediamoose/selectivizr",
"authors": [
"Sven Groot <sven@mediamoose.nl>"
],
"description": "Selectivizr for bower",
"keywords": [
"selectivizr",
"ie",
"pseudo-classes",
"css3"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
4 changes: 2 additions & 2 deletions tests/master/css/master.css
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down Expand Up @@ -54,7 +54,7 @@ body {
}

#url-htc {
behavior: url(htc/test.htc);
behavior: url(../htc/test.htc);
}

/* pseudo-class tests
Expand Down

0 comments on commit f3621e1

Please sign in to comment.