Open
Bug 1446971
Opened 7 years ago
Updated 9 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
Attachments
(1 obsolete file)
No description provided.
Comment 1•7 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•2 years ago
|
Severity: normal → S3
Updated•9 months ago
|
Attachment #9384766 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•