mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-24 03:46:03 +08:00
Rename FakeWindow to BrowserWindowProxy
This commit is contained in:
@@ -32,9 +32,9 @@ describe 'chromium feature', ->
|
||||
assert.notEqual navigator.language, ''
|
||||
|
||||
describe 'window.open', ->
|
||||
it 'returns a FakeWindow object', ->
|
||||
it 'returns a BrowserWindowProxy object', ->
|
||||
b = window.open 'about:blank', 'test', 'show=no'
|
||||
assert.equal b.constructor.name, 'FakeWindow'
|
||||
assert.equal b.constructor.name, 'BrowserWindowProxy'
|
||||
b.close()
|
||||
|
||||
describe 'creating a Uint8Array under browser side', ->
|
||||
|
||||
Reference in New Issue
Block a user