mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
feat(chromium): roll Chromium to r656675 (#4389)
This roll includes: - https://chromium-review.googlesource.com/c/v8/v8/+/1569425 - [debug] Introduce GetCreationContext to debug API Fix #4263
This commit is contained in:
parent
1de9906260
commit
13f73b5b3a
@ -8,7 +8,7 @@
|
||||
"node": ">=6.4.0"
|
||||
},
|
||||
"puppeteer": {
|
||||
"chromium_revision": "654752"
|
||||
"chromium_revision": "656675"
|
||||
},
|
||||
"scripts": {
|
||||
"unit": "node test/test.js",
|
||||
|
@ -286,7 +286,7 @@ module.exports.addTests = function({testRunner, expect, headless, puppeteer, CHR
|
||||
const values = await page.evaluate(objects => Array.from(objects[0].values()), objectsHandle);
|
||||
expect(values).toEqual(['hello', 'world']);
|
||||
});
|
||||
xit('should work for non-blank page', async({page, server}) => {
|
||||
it('should work for non-blank page', async({page, server}) => {
|
||||
// Instantiate an object
|
||||
await page.goto(server.EMPTY_PAGE);
|
||||
await page.evaluate(() => window.set = new Set(['hello', 'world']));
|
||||
|
Loading…
Reference in New Issue
Block a user