Fix merge tests when running in phantomjs

This commit is contained in:
Luke Page
2013-04-30 19:10:21 +01:00
parent ff029c34bd
commit 577d24cc97
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
transform: scaleX(45deg);
}
.test3 {
background: url(img1.png), url(img2.png);
background: url(data://img1.png), url(data://img2.png);
}
.test4 {
transform: rotate(90deg) skew(30deg);
@@ -14,7 +14,7 @@
}
.test5 {
transform: scaleX(45deg);
background: url(img1.png);
background: url(data://img1.png);
}
.test6 {
transform: rotate(90deg) skew(30deg);

View File

@@ -14,10 +14,10 @@
transform: scale(2,4) !important !merge(space);
}
.first-background() {
background: url(img1.png) !merge(comma);
background: url(data://img1.png) !merge(comma);
}
.second-background() {
background: url(img2.png) !merge(comma);
background: url(data://img2.png) !merge(comma);
}
.test1 {