mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Add spec for application locale.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user