[wpt-sync] Sync PR 30845 - [css-fonts] Add parsing tests for font-palette
Categories
(Core :: Layout: Text and Fonts, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox95 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 30845 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/30845
Details from upstream follow.
b'Myles C. Maxfield <mmaxfield@apple.com>' wrote:
[css-fonts] Add parsing tests for font-palette
We're starting to implement this in WebKit.
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 5 subtests
Status Summary
Firefox
OK : 3
PASS: 2
FAIL: 10
Chrome
OK : 3
PASS: 2
FAIL: 10
Safari
OK : 3
PASS: 2
FAIL: 10
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/css-fonts/parsing/font-palette-computed.html
Property font-palette value 'none': FAIL (Chrome: FAIL, Safari: FAIL)
Property font-palette value 'normal': FAIL (Chrome: FAIL, Safari: FAIL)
Property font-palette value 'light': FAIL (Chrome: FAIL, Safari: FAIL)
Property font-palette value 'dark': FAIL (Chrome: FAIL, Safari: FAIL)
Property font-palette value 'pitchfork': FAIL (Chrome: FAIL, Safari: FAIL)
/css/css-fonts/parsing/font-palette-valid.html
e.style['font-palette'] = "none" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['font-palette'] = "normal" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['font-palette'] = "light" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['font-palette'] = "dark" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['font-palette'] = "pitchfork" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/979f9cd8efce
https://hg.mozilla.org/mozilla-central/rev/b7051b8d78b8
Description
•