зеркало из https://github.com/electron/electron.git
Add spec for checking webgl support.
This commit is contained in:
Родитель
6799fe5393
Коммит
d5171ab941
|
@ -65,3 +65,8 @@ describe 'chromium feature', ->
|
|||
it 'does not crash', ->
|
||||
RUint8Array = require('remote').getGlobal 'Uint8Array'
|
||||
new RUint8Array
|
||||
|
||||
describe 'webgl', ->
|
||||
it 'can be get as context in canvas', ->
|
||||
webgl = document.createElement('canvas').getContext 'webgl'
|
||||
assert.notEqual webgl, null
|
||||
|
|
Загрузка…
Ссылка в новой задаче