projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2c25a3
)
Add spec for #308.
author
Cheng Zhao
<zcbenz@gmail.com>
Wed, 14 May 2014 08:10:33 +0000
(16:10 +0800)
committer
Cheng Zhao
<zcbenz@gmail.com>
Wed, 14 May 2014 08:16:35 +0000
(16:16 +0800)
spec/chromium-spec.coffee
patch
|
blob
|
history
diff --git
a/spec/chromium-spec.coffee
b/spec/chromium-spec.coffee
index
1454c23
..
7a1b68e
100644
(file)
--- a/
spec/chromium-spec.coffee
+++ b/
spec/chromium-spec.coffee
@@
-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