feat(chromium-tip-of-tree): roll to r1026 (#15795)

Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
Playwright Service 2022-07-19 14:20:37 -07:00 committed by GitHub
parent 6a60de1b2f
commit 919bf1f805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 5 deletions

View File

@ -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",

View File

@ -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',

View File

@ -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(`

View File

@ -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.