repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Bug 1915045 Ensure decode tasks are scheduled on BufferingState::Enter() r=media...
[gecko.git]
/
js
/
xpconnect
/
tests
/
unit
/
test_bug711404.js
blob
f74b43316ce3c1c3744759323a194597962e3c03
1
function run_test()
2
{
3
var p = Cc["@mozilla.org/hash-property-bag;1"].
4
createInstance(Ci.nsIWritablePropertyBag2);
5
p.setPropertyAsInt64("a", -4000);
6
Assert.notEqual(p.getPropertyAsUint64("a"), -4000);
7
}