feat(webkit): roll to r1228 (#2232)
This commit is contained in:
parent
62ae079035
commit
17286ab712
|
|
@ -2,7 +2,7 @@
|
||||||
"browsers": [
|
"browsers": [
|
||||||
{
|
{
|
||||||
"name": "webkit",
|
"name": "webkit",
|
||||||
"revision": "1224"
|
"revision": "1228"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webkit",
|
"name": "webkit",
|
||||||
"revision": "1224"
|
"revision": "1228"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ describe('Download', function() {
|
||||||
expect(fs.readFileSync(path).toString()).toBe('Hello world');
|
expect(fs.readFileSync(path).toString()).toBe('Hello world');
|
||||||
await page.close();
|
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.
|
// Mac WebKit embedder does not download in this case, although Safari does.
|
||||||
server.setRoute('/download', (req, res) => {
|
server.setRoute('/download', (req, res) => {
|
||||||
res.setHeader('Content-Type', 'application/octet-stream');
|
res.setHeader('Content-Type', 'application/octet-stream');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue