Skip to content

Commit 204c574

Browse files
test(data): add more cases for 'content' and 'background-image'
1 parent 5a7877b commit 204c574

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/data.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ const cases = [
2828

2929
// text and url
3030
'content: "Lorem ipsum";',
31+
'content: "foo: bar;";',
3132
'background-image: url(http://example.com/img.png)',
33+
'background: #123456 url("https://foo.bar/image.png?v=2")',
3234

3335
// vendor prefixes
3436
'background: -webkit-linear-gradient(90deg, black, #111)',

0 commit comments

Comments
 (0)