mirror of
https://github.com/less/less.js.git
synced 2026-01-22 13:48:03 -05:00
Fix merge tests when running in phantomjs
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user