mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +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",
|
"name": "webkit",
|
||||||
"revision": "1715",
|
"revision": "1719",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"revisionOverrides": {
|
"revisionOverrides": {
|
||||||
"mac10.14": "1446",
|
"mac10.14": "1446",
|
||||||
|
@ -881,6 +881,14 @@ export module Protocol {
|
|||||||
* The variation axes defined by the font.
|
* The variation axes defined by the font.
|
||||||
*/
|
*/
|
||||||
variationAxes: FontVariationAxis[];
|
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.
|
* A single variation axis associated with a Font.
|
||||||
|
Loading…
Reference in New Issue
Block a user