зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1732054 [wpt PR 30849] - Support 'small-caps' keyword for font-synthesis property, a=testonly
Automatic update from web-platform-tests Support 'small-caps' keyword for font-synthesis property Implement support of 'small-caps' keyword for font-synthethis shorthand property. Enabled corresponding WPT tests by removing existing fail expectations. Bug: 509989 Change-Id: Ib089c2f6742f81eecf471b3c75b46018234939ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3168780 Reviewed-by: Dominik Röttsches <drott@chromium.org> Reviewed-by: Rune Lillesveen <futhark@chromium.org> Commit-Queue: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/main@{#923339} -- wpt-commits: 4cedd9779a3d4ed46589747150a940e04cbbddb2 wpt-pr: 30849
This commit is contained in:
Родитель
0e8e43de81
Коммит
2fb09f06f2
|
@ -13,7 +13,7 @@
|
|||
<script>
|
||||
'use strict';
|
||||
|
||||
for (const suffix of ['weight', 'style']) {
|
||||
for (const suffix of ['weight', 'style', 'small-caps']) {
|
||||
runPropertyTests('font-synthesis-' + suffix, [
|
||||
{ syntax: 'auto' },
|
||||
{ syntax: 'none' },
|
||||
|
|
Загрузка…
Ссылка в новой задаче