Skip to content

Commit 0574b53

Browse files
committed
Add remote url test case
1 parent 56c1892 commit 0574b53

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
body {
22
background: url(http://127.0.0.1:10010/images/test.png?v=e19ac7dee6);
3-
}
3+
}
4+
5+
body {
6+
background: url(//127.0.0.1:10010/images/test.png?v=e19ac7dee6);
7+
}

test/fixtures/test-remote.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
body {
22
background: url(http://127.0.0.1:10010/images/test.png);
3-
}
3+
}
4+
5+
body {
6+
background: url(//127.0.0.1:10010/images/test.png);
7+
}

0 commit comments

Comments
 (0)