mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
feat(webkit): roll to r1719 (#17364)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
7019cc8b97
commit
8d696868c1
@ -33,7 +33,7 @@
|
||||
},
|
||||
{
|
||||
"name": "webkit",
|
||||
"revision": "1715",
|
||||
"revision": "1719",
|
||||
"installByDefault": true,
|
||||
"revisionOverrides": {
|
||||
"mac10.14": "1446",
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user