Skip to content

Commit b8f001e

Browse files
feat(webkit): roll to r2232 (#38384)
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
1 parent 4736372 commit b8f001e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

packages/playwright-core/browsers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
{
4747
"name": "webkit",
48-
"revision": "2231",
48+
"revision": "2232",
4949
"installByDefault": true,
5050
"revisionOverrides": {
5151
"debian11-x64": "2105",

packages/playwright-core/src/server/webkit/protocol.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2141,6 +2141,10 @@ export module Protocol {
21412141
* The sample rate of the primary audio track in hertz.
21422142
*/
21432143
sampleRate: number;
2144+
/**
2145+
* Whether the track contains protected contents
2146+
*/
2147+
isProtected?: boolean;
21442148
}
21452149
/**
21462150
* A structure holding media element's audio-specific statistics and configurations.
@@ -2173,6 +2177,10 @@ export module Protocol {
21732177
width: number;
21742178
spatialVideoMetadata?: SpatialVideoMetadata;
21752179
videoProjectionMetadata?: VideoProjectionMetadata;
2180+
/**
2181+
* Whether the track contains protected contents
2182+
*/
2183+
isProtected?: boolean;
21762184
}
21772185
/**
21782186
* WebCodecs VideoColorSpace

tests/library/modernizr.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ it('Mobile Safari', async ({ playwright, browser, browserName, platform, httpsSe
126126
expected.mediastream = false;
127127
if (headless)
128128
expected.todataurlwebp = true;
129-
expected.hairline = false;
130129

131130
// GHA
132131
delete actual.variablefonts;
@@ -141,7 +140,6 @@ it('Mobile Safari', async ({ playwright, browser, browserName, platform, httpsSe
141140
expected.todataurlwebp = true;
142141
expected.webaudio = false;
143142
expected.gamepads = false;
144-
expected.hairline = false;
145143

146144
delete expected.datalistelem;
147145

0 commit comments

Comments
 (0)