test: enable "intercept css variable with url" (#20455)

Fixes #19158
This commit is contained in:
Yury Semikhatsky 2023-01-27 11:09:40 -08:00 committed by GitHub
parent d458e84f5b
commit bb01d99458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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