Open
Bug 1446971
Opened 4 years ago
Updated 4 years 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•4 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.
You need to log in
before you can comment on or make changes to this bug.
Description
•