feat(webkit): roll webkit to r1242 (#2361)
This commit is contained in:
parent
8f0f32b5e6
commit
415b11487d
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
{
|
||||
"name": "webkit",
|
||||
"revision": "1241"
|
||||
"revision": "1242"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue