feat: upgrade to Chromium 72.0.3626.52 (#16334)

This commit is contained in:
Jeremy Apthorp 2019-01-22 10:39:33 -08:00 committed by Michelle Tilley
parent ff9b23ebe5
commit 1918e76913
178 changed files with 2102 additions and 1734 deletions

View file

@ -2118,7 +2118,8 @@ describe('BrowserWindow module', () => {
})
})
describe('document.visibilityState/hidden', () => {
// visibilitychange event is broken upstream, see crbug.com/920839
xdescribe('document.visibilityState/hidden', () => {
beforeEach(() => { w.destroy() })
function onVisibilityChange (callback) {