New wpt failures in /css/css-fonts/parsing/ [font-size-adjust-computed.html, font-size-adjust-valid.html, font-stretch-computed.html, and 5 others]
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
Details
(Whiteboard: [wpt])
Syncing wpt PR 49889 found new untriaged test failures in CI
Tests Affected
New Tests That Don't Pass
- /css/css-fonts/parsing/font-size-adjust-computed.html [wpt.fyi]
- Property font-size-adjust value 'cap-height calc(10 + (sign(20cqw - 10px) * 5))':
FAIL
(Safari:PASS
)
- Property font-size-adjust value 'cap-height calc(10 + (sign(20cqw - 10px) * 5))':
- /css/css-fonts/parsing/font-size-adjust-valid.html [wpt.fyi]
- e.style['font-size-adjust'] = "cap-height calc(10 + (sign(20cqw - 10px) * 5))" should set the property value:
FAIL
(Safari:PASS
)
- e.style['font-size-adjust'] = "cap-height calc(10 + (sign(20cqw - 10px) * 5))" should set the property value:
- /css/css-fonts/parsing/font-stretch-computed.html [wpt.fyi]
- Property font-stretch value 'calc(100% + (sign(20cqw - 10px) * 5%))':
FAIL
(Safari:PASS
)
- Property font-stretch value 'calc(100% + (sign(20cqw - 10px) * 5%))':
- /css/css-fonts/parsing/font-stretch-valid.html [wpt.fyi]
- e.style['font-stretch'] = "calc(100% + (sign(20cqw - 10px) * 5%))" should set the property value:
FAIL
(Safari:PASS
)
- e.style['font-stretch'] = "calc(100% + (sign(20cqw - 10px) * 5%))" should set the property value:
- /css/css-fonts/parsing/font-style-computed.html [wpt.fyi]
- Property font-style value 'oblique calc(30deg + (sign(20cqw - 10px) * 5deg))':
FAIL
(Safari:PASS
)
- Property font-style value 'oblique calc(30deg + (sign(20cqw - 10px) * 5deg))':
- /css/css-fonts/parsing/font-style-valid.html [wpt.fyi]
- e.style['font-style'] = "oblique calc(30deg + (sign(2cqw - 10px) * 5deg))" should set the property value:
FAIL
(Safari:PASS
)
- e.style['font-style'] = "oblique calc(30deg + (sign(2cqw - 10px) * 5deg))" should set the property value:
- /css/css-fonts/parsing/font-weight-computed.html [wpt.fyi]
- Property font-weight value 'calc(100 + (sign(20cqw - 10px) * 5))':
FAIL
(Safari:PASS
)
- Property font-weight value 'calc(100 + (sign(20cqw - 10px) * 5))':
- /css/css-fonts/parsing/font-weight-valid.html [wpt.fyi]
- e.style['font-weight'] = "calc(100 + (sign(20cqw - 10px) * 5))" should set the property value:
FAIL
(Safari:PASS
)
- e.style['font-weight'] = "calc(100 + (sign(20cqw - 10px) * 5))" should set the property value:
CI Results
Gecko CI (Treeherder)
GitHub PR Head
Notes
These updates will be on mozilla-central once bug 1939778 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.
Comment 1•26 days ago
|
||
This is a case of sign(FOO - BAR)
where FOO
and BAR
have different units, similar (or exactly the same) underlying issue as in bug 1915977.
Description
•