mirror of
https://github.com/electron/electron.git
synced 2026-01-23 14:28:17 -05:00
Tweak spec description
This commit is contained in:
@@ -868,7 +868,7 @@ describe('<webview> tag', function () {
|
||||
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({
|
||||
show: false
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user