Skip to content

Commit

Permalink
feat(chromium): roll Chromium to r706915
Browse files Browse the repository at this point in the history
r706915 corresponds to 79.0.3945.1.
  • Loading branch information
mathiasbynens committed Oct 21, 2019
1 parent a94720f commit 6c2095d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"node": ">=8.16.0"
},
"puppeteer": {
"chromium_revision": "705776"
"chromium_revision": "706915"
},
"scripts": {
"unit": "node test/test.js",
Expand Down
1 change: 0 additions & 1 deletion test/coverage.spec.js
Expand Up @@ -85,7 +85,6 @@ module.exports.addTests = function({testRunner, expect}) {
expect(coverage.length).toBe(1);
const entry = coverage[0];
expect(entry.url).toContain('unused.html');
// Broken because of https://bugs.chromium.org/p/v8/issues/detail?id=9857
expect(entry.ranges.length).toBe(0);
});
it('should work with conditionals', async function({page, server}) {
Expand Down

0 comments on commit 6c2095d

Please sign in to comment.