[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: mozilla.org, 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•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=a87c0444004759567576156edb886f68fefd5f7e
Assignee | ||
Comment 2•2 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)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a6d527113282 [wpt PR 30845] - [css-fonts] Add parsing tests for font-palette, a=testonly https://hg.mozilla.org/integration/autoland/rev/caf3c1bb5969 [wpt PR 30845] - Update wpt metadata, a=testonly
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/979f9cd8efce [wpt PR 30845] - [css-fonts] Add parsing tests for font-palette, a=testonly https://hg.mozilla.org/integration/autoland/rev/b7051b8d78b8 [wpt PR 30845] - Update wpt metadata, a=testonly
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/979f9cd8efce
https://hg.mozilla.org/mozilla-central/rev/b7051b8d78b8
Description
•