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_bug1151385.js
blob
913050248f331912a36c1a6a2d1d5fa6007794e9
1
function run_test()
2
{
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
}
9
}