Skip to content

Commit

Permalink
Add edge cases
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyab committed Mar 11, 2023
1 parent 3dccc3e commit 220064f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/format/css/url/url.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ div {
@font-face {
src: url(foo.ttf?query=foo,bar,);
src: url(foo.woff2?foo=rgb\(255,255,0\));
}

a {
content: url(https://example.com/\)\).jpg);
content: url(https://example.com/\(\(.jpg);
content: url(https://example.com/\ \ .jpg);
}

0 comments on commit 220064f

Please sign in to comment.