Bug 1915045 Ensure decode tasks are scheduled on BufferingState::Enter() r=media...
[gecko.git] / js / xpconnect / tests / unit / test_bug1151385.js
blob913050248f331912a36c1a6a2d1d5fa6007794e9
1 function run_test()
3   try {
4     var sandbox = new Cu.Sandbox(null, {"sandboxPrototype" : {}});
5     Assert.ok(false);
6   } catch (e) {
7     Assert.ok(/must subsume sandboxPrototype/.test(e));
8   }