feat(webkit): roll to r1719 (#17364)

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Playwright Service 2022-09-16 01:58:22 -07:00 committed by GitHub
parent 7019cc8b97
commit 8d696868c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -33,7 +33,7 @@
},
{
"name": "webkit",
"revision": "1715",
"revision": "1719",
"installByDefault": true,
"revisionOverrides": {
"mac10.14": "1446",

View File

@ -881,6 +881,14 @@ export module Protocol {
* The variation axes defined by the font.
*/
variationAxes: FontVariationAxis[];
/**
* Whether the font has synthesized its boldness or not.
*/
synthesizedBold?: boolean;
/**
* Whether the font has synthesized its obliqueness or not
*/
synthesizedOblique?: boolean;
}
/**
* A single variation axis associated with a Font.