Mention source in spec description

This commit is contained in:
Kevin Sawicki 2015-12-14 17:02:58 -08:00
parent b8de1bd9de
commit d1989b3624

View file

@ -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