Skip to content

Commit 415b114

Browse files
authored
feat(webkit): roll webkit to r1242 (#2361)
1 parent 8f0f32b commit 415b114

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browsers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
{
1212
"name": "webkit",
13-
"revision": "1241"
13+
"revision": "1242"
1414
}
1515
]
1616
}

test/keyboard.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ describe('Keyboard', function() {
377377
expect(await page.evaluate('lastKeyIdentifier')).toBe(keyIdentifier);
378378
}
379379
});
380-
it.fail(WEBKIT && MAC)('should scroll with PageDown', async({page, server}) => {
380+
it('should scroll with PageDown', async({page, server}) => {
381381
await page.goto(server.PREFIX + '/input/scrollable.html');
382382
// A click is required for WebKit to send the event into the body.
383383
await page.click('body');

0 commit comments

Comments
 (0)