linux: Implement win.setParentWindow(parent)
This commit is contained in:
parent
4c3c4437da
commit
f4bec78ccb
10 changed files with 55 additions and 7 deletions
|
@ -868,7 +868,7 @@ describe('browser-window module', function () {
|
|||
})
|
||||
|
||||
describe('win.setParentWindow(parent)', function () {
|
||||
if (process.platform !== 'darwin') return
|
||||
if (process.platform === 'win32') return
|
||||
|
||||
beforeEach(function () {
|
||||
if (c != null) c.destroy()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue