Update elementhandle-screenshot.spec.ts expectation
This commit is contained in:
parent
4c9219fe37
commit
92dd3c3b2d
|
|
@ -46,7 +46,6 @@ it.describe('element screenshot', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should take into account padding and border', async ({ page, isLinux, headless, browserName }) => {
|
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.setViewportSize({ width: 500, height: 500 });
|
||||||
await page.setContent(`
|
await page.setContent(`
|
||||||
<div style="height: 14px">oooo</div>
|
<div style="height: 14px">oooo</div>
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 272 B After Width: | Height: | Size: 332 B |
Loading…
Reference in a new issue