New wpt failures in /css/ [css-fonts/parsing/font-feature-settings-computed.html, css-text/parsing/tab-size-computed.html]
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
Details
(Whiteboard: [wpt])
Syncing wpt PR 47895 found new untriaged test failures in CI
Tests Affected
New Tests That Don't Pass
- /css/css-fonts/parsing/font-feature-settings-computed.html [wpt.fyi]
- Property font-feature-settings value '"liga" calc(10 + (sign(2cqw - 10px) * 5))':
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Property font-feature-settings value '"liga" calc(10 + (sign(2cqw - 10px) * 5))':
- /css/css-text/parsing/tab-size-computed.html [wpt.fyi]
- Property tab-size value 'calc(10 + (sign(2cqw - 10px) * 5))':
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Property tab-size value 'calc(10 + (sign(2cqw - 10px) * 5))':
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1915913 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.
Updated•6 months ago
|
Comment 1•5 months ago
|
||
See also emilio's bug 1915980 comment 1. (All 6 of the bugs that are blocked-by bug 1915913 -- this one as well as that one -- seem to be essentially the same issue with sign(FOO - BAR)
being rejected in various properties, where FOO and BAR are using different context-dependent units, which means the sign() expression can't be trivially resolved)
Description
•