WPT Reftests nth-child-of-no-space-after-of.html and nth-last-child-of-no-space-after-of.html try to match incorrect ref
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox108 | --- | unaffected |
firefox109 | --- | unaffected |
firefox110 | --- | fixed |
People
(Reporter: zrhoffman, Assigned: zrhoffman)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
They try to match ref css/selectors/nth-child-and-nth-last-child-ref.html
, but they should match css/selectors/nth-child-of-no-space-after-of-ref.html
. I tested the next to last versions of them with expected: PASS
(and every version with expected: FAIL
, since the matching bug, bug 1808228, is yet unresolved), but really I should have tested every version completely.
Assignee | ||
Comment 1•2 years ago
|
||
The tests for parsing :nth-child(Ab+B of S) and
:nth-last-child(Ab+B of S) when there is no space between "of" and "S"
were trying to match the incorrect ref, but this patch fixes that. They
definitely work now (testing against an early matching implementation).
A few unnecessary lines at the bottom of the file have been removed, as
well.
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Set release status flags based on info from the regressing bug 1808227
Comment 5•2 years ago
|
||
bugherder |
Updated•2 years ago
|
Description
•