feat(chromium-tip-of-tree): roll to r1026 (#15795)
Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
6a60de1b2f
commit
919bf1f805
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
{
|
||||
"name": "chromium-tip-of-tree",
|
||||
"revision": "1025",
|
||||
"revision": "1026",
|
||||
"installByDefault": false,
|
||||
"browserVersion": "105.0.5179.0"
|
||||
"browserVersion": "105.0.5189.0"
|
||||
},
|
||||
{
|
||||
"name": "firefox",
|
||||
|
|
|
|||
|
|
@ -261,7 +261,6 @@ it.skip('should click bottom row w/ infobar in OOPIF', async ({ browserType, cre
|
|||
it('headless and headful should use same default fonts', async ({ page, headless, browserName, browserType, platform }) => {
|
||||
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/11177' });
|
||||
it.fixme(browserName === 'firefox', 'Text is misaligned in headed vs headless');
|
||||
it.fixme(browserName === 'chromium' && process.platform === 'darwin', 'https://crbug.com/1342540');
|
||||
const genericFontFamilies = [
|
||||
'standard',
|
||||
'serif',
|
||||
|
|
|
|||
|
|
@ -52,7 +52,6 @@ it.describe('element screenshot', () => {
|
|||
});
|
||||
|
||||
it('should capture full element when larger than viewport in parallel', async ({ page, browserName }) => {
|
||||
it.fixme(browserName === 'chromium' && process.platform === 'darwin', 'https://crbug.com/1342540');
|
||||
await page.setViewportSize({ width: 500, height: 500 });
|
||||
|
||||
await page.setContent(`
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@ it.describe('page screenshot', () => {
|
|||
});
|
||||
|
||||
it('should not capture blinking caret by default', async ({ page, server, browserName }) => {
|
||||
it.fixme(browserName === 'chromium' && process.platform === 'darwin', 'https://crbug.com/1342540');
|
||||
await page.setContent(`
|
||||
<!-- Refer to stylesheet from other origin. Accessing this
|
||||
stylesheet rules will throw.
|
||||
|
|
|
|||
Loading…
Reference in New Issue