Update elementhandle-screenshot.spec.ts expectation

This commit is contained in:
Yury Semikhatsky 2024-11-21 11:28:50 -08:00
parent 4c9219fe37
commit 92dd3c3b2d
2 changed files with 0 additions and 1 deletions

View file

@ -46,7 +46,6 @@ it.describe('element screenshot', () => {
});
it('should take into account padding and border', async ({ page, isLinux, headless, browserName }) => {
it.fixme(isLinux && !headless && browserName === 'webkit', 'Corner rendered differently after migrating from gtk3 to gtk4');
await page.setViewportSize({ width: 500, height: 500 });
await page.setContent(`
<div style="height: 14px">oooo</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 B

After

Width:  |  Height:  |  Size: 332 B