Bug 1915045 Ensure decode tasks are scheduled on BufferingState::Enter() r=media...
[gecko.git] / js / xpconnect / tests / unit / test_bug711404.js
blobf74b43316ce3c1c3744759323a194597962e3c03
1 function run_test()
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);