[wpt-sync] Sync PR 30690 - Support parsing of font-synthesis-small-caps property
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 30690 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/30690
Details from upstream follow.
b'Munira Tursunova <moonira@google.com>' wrote:
Support parsing of font-synthesis-small-caps property
Implement parsing of font-synthesis-small-caps property, which controls
synthesized small caps. Added WPT tests for checking valid and invalid
property values.Bug: 509989
Change-Id: Ia0d3da242a72275558d10996934299ee17b1ed75
Reviewed-on: https://chromium-review.googlesource.com/3156627
WPT-Export-Revision: 7c8964e0662e9171a0f532aebec4036f67e54ea2
| 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 2 tests and 2 subtests
Status Summary
Firefox
OK : 2
PASS: 2
FAIL: 2
Chrome
OK : 2
PASS: 2
FAIL: 2
Safari
OK : 2
PASS: 2
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/css-fonts/parsing/font-synthesis-small-caps-valid.html
e.style['font-synthesis-small-caps'] = "auto" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
e.style['font-synthesis-small-caps'] = "none" should set the property value: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/02a08b46d18a
https://hg.mozilla.org/mozilla-central/rev/d8821060c0ce
Description
•