Firefox-only WPT failures in flex-computed.html and flex-flow-computed.html
Categories
(Core :: Layout: Flexbox, defect, P3)
Tracking
()
People
(Reporter: dholbert, Unassigned)
References
(Blocks 1 open bug)
Details
WPT test "flex-computed.html" fails in Firefox:
https://wpt.fyi/results/css/css-flexbox/parsing/flex-computed.html?label=master&label=experimental&aligned
Live version of test:
https://wpt.live/css/css-flexbox/parsing/flex-computed.html
Here's the .ini file annotating the failures:
https://searchfox.org/mozilla-central/rev/368607c4cd5be547021945e4ae60e8eb4365b3c4/testing/web-platform/meta/css/css-flexbox/parsing/flex-computed.html.ini
FWIW, this test is included in the compat2021
test set at
https://github.com/Ecosystem-Infra/wpt-results-analysis/blob/master/compat-2021/css-flexbox-tests.txt
Reporter | ||
Comment 1•4 years ago
|
||
I do see this error reported in my devtools console when loading the page:
Dangling combinator. Ruleset ignored due to bad selector.
I'm not sure what combinator that's referring to, but it does sound like the sort of thing that could cause all tests to fail...
Reporter | ||
Comment 2•4 years ago
|
||
Ah, no -- this is actually bug 137688. The test is asking to read back the computed style of a shorthand property ("flex").
So, this is a version of bug 137688.
Reporter | ||
Comment 3•4 years ago
|
||
I'll extend this to cover flex-flow.html
as well, since it looks like it's the same issue, with that shorthand instead of flex
.
Handy links for that one:
https://wpt.fyi/results/css/css-flexbox/parsing/flex-flow-computed.html?label=master&label=experimental&aligned
https://wpt.live/css/css-flexbox/parsing/flex-flow-computed.html
https://searchfox.org/mozilla-central/rev/368607c4cd5be547021945e4ae60e8eb4365b3c4/testing/web-platform/meta/css/css-flexbox/parsing/flex-flow-computed.html.ini
Reporter | ||
Updated•4 years ago
|
Comment 4•4 years ago
|
||
Do you want to keep this open? We should just fix bug 137688 more generally.
Reporter | ||
Comment 5•4 years ago
|
||
Yeah, might as well just dupe to bug 137688 for now. We can reopen if there ends up being anything more to fix for these tests.
Reporter | ||
Comment 6•3 years ago
|
||
These WPT tests pass now. \o/
Thanks for fixing bug 137688, emilio!
Description
•