[wpt-sync] Sync PR 20090 - Prevent `system-ui` to match `@font-face`
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox72 fixed)
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 20090 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/20090
Details from upstream follow.
Koji Ishii <kojii@chromium.org> wrote:
Prevent
system-uito match@font-faceThis patch prevents the
system-uifont family name to match
fonts defined by@font-facerules.Per spec:
https://drafts.csswg.org/css-fonts-4/#family-name-syntax
All generic family names should not match when not quoted.
Supporting it requires more plumbing from the style system
to the font system, and it is not included in this patch.Bug: 1013882, 1021568
Change-Id: If1aec2254e3aab41bed207a005b4c981d344d7caReviewed-on: https://chromium-review.googlesource.com/1899637
WPT-Export-Revision: d7e4f88b2075c8f25fb34ebb593b74fa6b0f5788
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
GitHub CI Results
wpt.fyi PR Results Base Results
Ran 1 tests and 1 subtests
Firefox
OK : 1
FAIL: 1
Chrome
OK : 1
PASS: 1
Safari
OK : 1
PASS: 1
Firefox-only failures
/css/css-fonts/generic-family-keywords-001.html
CSS Test: Test generic family keywords do not match @font-face: Firefox: FAIL
Comment 4•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/2b4c701ffe9a
https://hg.mozilla.org/mozilla-central/rev/dfcb5b26ce06
Description
•