Tweak spec description

This commit is contained in:
Kevin Sawicki 2016-05-24 12:47:37 -07:00
parent 4e68a8d16e
commit 69c69880e5

View file

@ -868,7 +868,7 @@ describe('<webview> tag', function () {
w.loadURL('file://' + fixtures + '/pages/webview-zoom-factor.html') w.loadURL('file://' + fixtures + '/pages/webview-zoom-factor.html')
}) })
it('inherits the parent window hidden state and receives visibilitychange events', function (done) { it('inherits the parent window visibility state and receives visibilitychange events', function (done) {
w = new BrowserWindow({ w = new BrowserWindow({
show: false show: false
}) })