Add spec for application locale.

This commit is contained in:
Cheng Zhao 2014-05-29 20:23:28 +08:00
parent 16bc7f10c1
commit b073d35918

View file

@ -27,6 +27,10 @@ describe 'chromium feature', ->
-> done()
-> done()
describe 'navigator.language', ->
it 'should not be empty', ->
assert.notEqual navigator.language, ''
describe 'window.open', ->
it 'returns a BrowserWindow object', ->
b = window.open 'about:blank', 'test', 'show=no'