mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Mention source in spec description
This commit is contained in:
@@ -116,7 +116,7 @@ describe 'chromium feature', ->
|
||||
b = window.open url, '', 'show=no'
|
||||
|
||||
describe 'window.postMessage', ->
|
||||
it 'sets the origin correctly', (done) ->
|
||||
it 'sets the source and origin correctly', (done) ->
|
||||
sourceId = remote.getCurrentWindow().id
|
||||
listener = (event) ->
|
||||
window.removeEventListener 'message', listener
|
||||
|
||||
Reference in New Issue
Block a user