mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(webkit): bump to 1460 (#6124)
This commit is contained in:
parent
b37116d7b1
commit
09c175914e
@ -13,7 +13,7 @@
|
||||
},
|
||||
{
|
||||
"name": "webkit",
|
||||
"revision": "1457",
|
||||
"revision": "1460",
|
||||
"installByDefault": true,
|
||||
"revisionOverrides": {
|
||||
"mac10.14": "1443"
|
||||
|
@ -4107,8 +4107,8 @@ might return multiple quads for inline nodes.
|
||||
export type setDeviceMetricsOverrideParameters = {
|
||||
width: number;
|
||||
height: number;
|
||||
deviceScaleFactor: number;
|
||||
fixedLayout: boolean;
|
||||
deviceScaleFactor?: number;
|
||||
}
|
||||
export type setDeviceMetricsOverrideReturnValue = {
|
||||
}
|
||||
@ -6692,6 +6692,10 @@ the top of the viewport and Y increases as it proceeds towards the bottom of the
|
||||
* Indicates the coordinate system of the supplied rectangle.
|
||||
*/
|
||||
coordinateSystem: CoordinateSystem;
|
||||
/**
|
||||
* By default, screenshot is inflated by device scale factor to avoid blurry image. This flag disables it.
|
||||
*/
|
||||
omitDeviceScaleFactor?: boolean;
|
||||
}
|
||||
export type snapshotRectReturnValue = {
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user