mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(webkit): roll to r1773 (#20342)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Yury Semikhatsky <yurys@chromium.org>
This commit is contained in:
parent
112c7bda45
commit
00edf587d5
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webkit",
|
"name": "webkit",
|
||||||
"revision": "1770",
|
"revision": "1773",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"revisionOverrides": {
|
"revisionOverrides": {
|
||||||
"mac10.14": "1446",
|
"mac10.14": "1446",
|
||||||
|
@ -52,10 +52,10 @@ it('should work', async ({ page, server }) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('should work with buffer as body', async ({ page, server, browserName, isLinux }) => {
|
it('should work with buffer as body', async ({ page, server, browserName, isLinux }) => {
|
||||||
it.fail(browserName === 'webkit' && isLinux, 'Loading of application/octet-stream resource fails');
|
|
||||||
await page.route('**/*', route => {
|
await page.route('**/*', route => {
|
||||||
route.fulfill({
|
route.fulfill({
|
||||||
status: 200,
|
status: 200,
|
||||||
|
contentType: 'text/plain',
|
||||||
body: Buffer.from('Yo, page!')
|
body: Buffer.from('Yo, page!')
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user