Add spec for #308.
authorCheng Zhao <zcbenz@gmail.com>
Wed, 14 May 2014 08:10:33 +0000 (16:10 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Wed, 14 May 2014 08:16:35 +0000 (16:16 +0800)
spec/chromium-spec.coffee

index 1454c23..7a1b68e 100644 (file)
@@ -60,3 +60,8 @@ describe 'chromium feature', ->
         assert.equal global.changedByIframe, true
         done()
       setTimeout isChanged, 30
+
+  describe 'creating a Uint8Array under browser side', ->
+    it 'does not crash', ->
+      RUint8Array = require('remote').getGlobal 'Uint8Array'
+      new RUint8Array