Closed
Bug 1939778
Opened 2 months ago
Closed 1 month ago
[wpt-sync] Sync PR 49889 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=279677
Categories
(Core :: Layout: Text and Fonts, task, P4)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
FIXED
136 Branch
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49889 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49889
Details from upstream follow.
Tim Nguyen <ntim@apple.com> wrote:
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=279677
WebKit export from bug: [Part 5] All numeric CSSPrimitiveValue resolvers need to take CSSToLengthConversionData: font
Assignee | ||
Updated•2 months ago
|
Component: web-platform-tests → Layout: Text and Fonts
Product: Testing → Core
Assignee | ||
Comment 1•2 months ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=fcabe30c685d5b113119bd0c921ace31f5248e8a
Assignee | ||
Comment 2•2 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, and Safari on GitHub CI
Total 9 tests and 22 subtests
Status Summary
Firefox
OK
: 9
PASS
: 173
FAIL
: 8
Safari
OK
: 9
PASS
: 181
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
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:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/67611e8e6a1f
[wpt PR 49889] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=279677, a=testonly
https://hg.mozilla.org/integration/autoland/rev/d936c9fecf85
[wpt PR 49889] - Update wpt metadata, a=testonly
https://hg.mozilla.org/mozilla-central/rev/67611e8e6a1f
https://hg.mozilla.org/mozilla-central/rev/d936c9fecf85
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•