Open Bug 1744181 Opened 3 years ago Updated 2 years ago

New wpt failures in /css/css-contain/container-queries/container-units-computational-independence.html

Categories

(Core :: Layout, defect)

defect

Tracking

()

People

(Reporter: wpt-sync, Unassigned)

References

(Depends on 1 open bug)

Details

(Whiteboard: [wpt])

Syncing wpt PR 31848 found new untriaged test failures in CI

Tests Affected

New Tests That Don't Pass

/css/css-contain/container-queries/container-units-computational-independence.html
Container relative unit qw is not computationally independent: FAIL (Chrome: PASS, Safari: FAIL)
Container relative unit qh is not computationally independent: FAIL (Chrome: PASS, Safari: FAIL)
Container relative unit qi is not computationally independent: FAIL (Chrome: PASS, Safari: FAIL)
Container relative unit qb is not computationally independent: FAIL (Chrome: PASS, Safari: FAIL)
Container relative unit qmin is not computationally independent: FAIL (Chrome: PASS, Safari: FAIL)
Container relative unit qmax is not computationally independent: FAIL (Chrome: PASS, Safari: FAIL)

CI Results

Gecko CI (Treeherder)
GitHub PR Head

Notes

These updates will be on mozilla-central once bug 1744066 lands.

Note: this bug is for tracking fixing the issues and is not
owned by the wpt sync bot.

This bug is linked to the relevant tests by an annotation in
https://github.com/web-platform-tests/wpt-metadata. These annotations
can be edited using the wpt interop dashboard
https://jgraham.github.io/wptdash/

If this bug is split into multiple bugs, please also update the
annotations, otherwise we are unable to track which wpt issues are
already triaged. Resolving as duplicate or closing this issue should
be cause the bot to automatically update or remove the annotation.

Severity: -- → S3
Depends on: 1744231

wpt.fyi / wpt.live links, for convenience:
https://wpt.fyi/results/css/css-contain/container-queries/container-units-computational-independence.html
https://wpt.live/css/css-contain/container-queries/container-units-computational-independence.html

A few notes that may cause it to continue failing even after we implement these units in bug 1744231:
(1) The test seems to use outdated names for these units ('qw', 'qh', 'qi', 'qb', 'qmin', 'qmax'); the spec now has them renamed with a c prefix, so cqw etc. So for that reason, the test is invalid for the time being.
(2) The test relies on the Houdini "Properties & Values" API CSS.registerProperty(), which we don't currently support (that's bug 1273706).

You need to log in before you can comment on or make changes to this bug.