Skip to content

Commit 4cedd97

Browse files
tursunovachromium-wpt-export-bot
authored andcommitted
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 <[email protected]> Reviewed-by: Rune Lillesveen <[email protected]> Commit-Queue: Dominik Röttsches <[email protected]> Cr-Commit-Position: refs/heads/main@{#923339}
1 parent 0f6907d commit 4cedd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/css-typed-om/the-stylepropertymap/properties/font-synthesis.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<script>
1414
'use strict';
1515

16-
for (const suffix of ['weight', 'style']) {
16+
for (const suffix of ['weight', 'style', 'small-caps']) {
1717
runPropertyTests('font-synthesis-' + suffix, [
1818
{ syntax: 'auto' },
1919
{ syntax: 'none' },

0 commit comments

Comments
 (0)