зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1065185 followup: expose the indexed prop we're trying to access in this test to reopen the CLOSED TREE
This commit is contained in:
Родитель
41db288792
Коммит
b4f9648437
|
@ -7,6 +7,7 @@ function setupChromeSandbox() {
|
|||
get: function() { return _b; },
|
||||
set: function(val) { _b = val; } });
|
||||
this.chromeArr = [4, 2, 1];
|
||||
this.chromeArr["__exposedProps__"] = { "1": "rw" };
|
||||
}
|
||||
|
||||
function checkDefineThrows(sb, obj, prop, desc) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче