feat(webkit): roll webkit to r1242 (#2361)

This commit is contained in:
Pavel Feldman 2020-05-26 14:48:21 -07:00 committed by GitHub
parent 8f0f32b5e6
commit 415b11487d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
},
{
"name": "webkit",
"revision": "1241"
"revision": "1242"
}
]
}

View file

@ -377,7 +377,7 @@ describe('Keyboard', function() {
expect(await page.evaluate('lastKeyIdentifier')).toBe(keyIdentifier);
}
});
it.fail(WEBKIT && MAC)('should scroll with PageDown', async({page, server}) => {
it('should scroll with PageDown', async({page, server}) => {
await page.goto(server.PREFIX + '/input/scrollable.html');
// A click is required for WebKit to send the event into the body.
await page.click('body');