build: remove enable_picture_in_picture build flag (#38620)
Co-authored-by: Milan Burda <miburda@microsoft.com>
This commit is contained in:
parent
933544d449
commit
0294debc31
10 changed files with 30 additions and 68 deletions
|
@ -2065,8 +2065,7 @@ describe('webContents module', () => {
|
|||
|
||||
await w.webContents.executeJavaScript('document.createElement(\'video\').canPlayType(\'video/webm; codecs="vp8.0"\')', true);
|
||||
|
||||
const result = await w.webContents.executeJavaScript(
|
||||
`runTest(${features.isPictureInPictureEnabled()})`, true);
|
||||
const result = await w.webContents.executeJavaScript('runTest(true)', true);
|
||||
expect(result).to.be.true();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue