parent
d458e84f5b
commit
bb01d99458
|
|
@ -375,8 +375,7 @@ it('should continue preload link requests', async ({ page, server, browserName }
|
||||||
expect(color).toBe('rgb(255, 192, 203)');
|
expect(color).toBe('rgb(255, 192, 203)');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should intercept css variable with background url', async ({ page, server, browserName }) => {
|
it('should intercept css variable with background url', async ({ page, server }) => {
|
||||||
it.fixme(browserName === 'webkit');
|
|
||||||
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/19158' });
|
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/19158' });
|
||||||
|
|
||||||
server.setRoute('/test.html', (request, response) => {
|
server.setRoute('/test.html', (request, response) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue