Commit ea0b8cc
[wpt] Test parsing unquoted urls inside url() with modifiers
It seems like none of the current WPTs seem to cover enforcing:
"Note: A <url> that is either unquoted or not wrapped in url() notation
cannot accept any <url-modifier>s."
- https://drafts.csswg.org/css-values-4/#url-modifiers
The definition itself also confirms this:
<url()> = url( <string> <url-modifier>* ) | <url-token>
Let's fix that.
Bug: 435625756
Change-Id: I3946817c7d1d329938118076c971d3f553d6f3b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7762048
Reviewed-by: Fredrik Söderquist <[email protected]>
Commit-Queue: jj <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1615119}1 parent 0014151 commit ea0b8cc
1 file changed
Lines changed: 7 additions & 0 deletions
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
45 | 52 | | |
0 commit comments