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:
parent
145e8680b1
commit
a8ffdad76e
@ -8,7 +8,7 @@
|
||||
"node": ">=6.4.0"
|
||||
},
|
||||
"puppeteer": {
|
||||
"chromium_revision": "649004"
|
||||
"chromium_revision": "650583"
|
||||
},
|
||||
"scripts": {
|
||||
"unit": "node test/test.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(`
|
||||
<style>
|
||||
span::before {
|
||||
|
Loading…
Reference in New Issue
Block a user