feat(webkit): roll to r1228 (#2232)

This commit is contained in:
Pavel Feldman 2020-05-14 07:57:29 -07:00 committed by GitHub
parent 62ae079035
commit 17286ab712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"browsers": [
{
"name": "webkit",
"revision": "1224"
"revision": "1228"
}
]
}

View File

@ -10,7 +10,7 @@
},
{
"name": "webkit",
"revision": "1224"
"revision": "1228"
}
]
}

View File

@ -57,7 +57,7 @@ describe('Download', function() {
expect(fs.readFileSync(path).toString()).toBe('Hello world');
await page.close();
});
it.fail(WEBKIT && WIN)('should report non-navigation downloads', async({browser, server}) => {
it('should report non-navigation downloads', async({browser, server}) => {
// Mac WebKit embedder does not download in this case, although Safari does.
server.setRoute('/download', (req, res) => {
res.setHeader('Content-Type', 'application/octet-stream');