diff --git a/browsers.json b/browsers.json index 28f52ca612..ee53dd74b5 100644 --- a/browsers.json +++ b/browsers.json @@ -10,7 +10,7 @@ }, { "name": "webkit", - "revision": "1241" + "revision": "1242" } ] } diff --git a/test/keyboard.spec.js b/test/keyboard.spec.js index 229c958fba..6d8081dd7d 100644 --- a/test/keyboard.spec.js +++ b/test/keyboard.spec.js @@ -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');