feat(chromium): roll Chromium to r650583 (#4284)

This roll includes:
- https://crrev.com/650583 - DevTools: fix DOM.getContentQuads for a
  corner case

Fixes #4281.
This commit is contained in:
Andrey Lushnikov 2019-04-13 00:28:58 -07:00 committed by GitHub
parent 145e8680b1
commit a8ffdad76e
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 @@
"node": ">=6.4.0"
},
"puppeteer": {
"chromium_revision": "649004"
"chromium_revision": "650583"
},
"scripts": {
"unit": "node test/test.js",

View File

@ -35,7 +35,7 @@ module.exports.addTests = function({testRunner, expect}) {
expect(await page.evaluate(() => result)).toBe('Clicked');
});
// @see https://github.com/GoogleChrome/puppeteer/issues/4281
xit('should click on a span with an inline element inside', async({page, server}) => {
it('should click on a span with an inline element inside', async({page, server}) => {
await page.setContent(`
<style>
span::before {