Add spec for application locale.
This commit is contained in:
parent
16bc7f10c1
commit
b073d35918
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ describe 'chromium feature', ->
|
||||||
-> done()
|
-> done()
|
||||||
-> done()
|
-> done()
|
||||||
|
|
||||||
|
describe 'navigator.language', ->
|
||||||
|
it 'should not be empty', ->
|
||||||
|
assert.notEqual navigator.language, ''
|
||||||
|
|
||||||
describe 'window.open', ->
|
describe 'window.open', ->
|
||||||
it 'returns a BrowserWindow object', ->
|
it 'returns a BrowserWindow object', ->
|
||||||
b = window.open 'about:blank', 'test', 'show=no'
|
b = window.open 'about:blank', 'test', 'show=no'
|
||||||
|
|
Loading…
Reference in a new issue