зеркало из https://github.com/mozilla/gecko-dev.git
Bug 811343 - Include test for previous commit; r=bholley, a=akeybl
This commit is contained in:
Родитель
525b1bf3f2
Коммит
250cd0f6df
|
@ -0,0 +1,8 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
function run_test() {
|
||||
var p = new Proxy(Object.create(null), {});
|
||||
var g = Components.utils.getGlobalForObject(p);
|
||||
}
|
Загрузка…
Ссылка в новой задаче