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:
Munira Tursunova 2021-10-02 11:06:51 +00:00 коммит произвёл moz-wptsync-bot
Родитель 0e8e43de81
Коммит 2fb09f06f2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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' },