From a8ffdad76e3df1f209f92a69e4df25a6a10855f2 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Sat, 13 Apr 2019 00:28:58 -0700 Subject: [PATCH] feat(chromium): roll Chromium to r650583 (#4284) This roll includes: - https://crrev.com/650583 - DevTools: fix DOM.getContentQuads for a corner case Fixes #4281. --- package.json | 2 +- test/click.spec.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e8b6fcc5..2bf9d74c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "node": ">=6.4.0" }, "puppeteer": { - "chromium_revision": "649004" + "chromium_revision": "650583" }, "scripts": { "unit": "node test/test.js", diff --git a/test/click.spec.js b/test/click.spec.js index 31c3fd98..0fe68f40 100644 --- a/test/click.spec.js +++ b/test/click.spec.js @@ -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(`