chore: roll Chromium to 745253 (#1156)

This commit is contained in:
Dmitry Gozman 2020-02-28 09:02:26 -08:00 committed by GitHub
parent 041b8c6e01
commit 82a4ede6dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
},
"main": "index.js",
"playwright": {
"chromium_revision": "744254",
"chromium_revision": "745253",
"firefox_revision": "1032",
"webkit_revision": "1162"
},

View file

@ -298,7 +298,7 @@ module.exports.describe = function({testRunner, expect, product, FFOX, CHROMIUM,
const screenshot = await elementHandle.screenshot();
expect(screenshot).toBeGolden('screenshot-element-scrolled-into-view.png');
});
it.skip(CHROMIUM)('should scroll 15000px into view', async({page, server}) => {
it('should scroll 15000px into view', async({page, server}) => {
await page.setViewportSize({width: 500, height: 500});
await page.setContent(`
<div style="height: 14px">oooo</div>