Skip to content

Commit

Permalink
test(data): add more cases for 'content' and 'background-image'
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jun 19, 2019
1 parent 5a7877b commit 204c574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ const cases = [

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

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

0 comments on commit 204c574

Please sign in to comment.