test(webkit): unblock and uncomment sync window.stop test

This commit is contained in:
Pavel 2020-03-10 15:17:43 -07:00
parent 16d5a9cb24
commit 6b711f57fa

View File

@ -951,8 +951,7 @@ module.exports.describe = function({testRunner, expect, playwright, MAC, WIN, FF
setTimeout(() => window.stop(), 100);
}, server.EMPTY_PAGE);
});
it.fail(WEBKIT)('window.stop sync', async({page, server, httpsServer}) => {
server.setRoute('/empty.html', async (req, res) => {});
it('window.stop sync', async({page, server, httpsServer}) => {
await page.evaluate((url) => {
window.location.href = url;
window.stop();