Open
Bug 1446971
Opened 5 years ago
Updated 8 months ago
A couple reftests for bug 883987 fail on stylo, but look invalid.
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: emilio, Unassigned)
References
Details
No description provided.
Comment 1•5 years ago
|
||
I think Gecko consider `url("foo" "bar")` a failure on tokenization, but that's probably not true... url() is a normal CSS function in CSS Syntax 3 when the first character after `(` is `"`, so it should be able to accept various token inside. We should probably just remove the two tests.
Updated•8 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•