зеркало из https://github.com/mozilla/pjs.git
Bug 632347 - Expanding a property in the Object Inspector whose type is Generator causes lockup; test-disabled a=#orange
This commit is contained in:
Родитель
01633f1b35
Коммит
b1dc4c2cfd
|
@ -120,8 +120,11 @@ function tabLoaded() {
|
|||
ok(find("iter2: Iterator", false),
|
||||
"iter2 is correctly displayed in the Property Panel");
|
||||
|
||||
ok(find("parent: Window", true),
|
||||
"window.parent is correctly displayed in the Property Panel");
|
||||
/*
|
||||
* - disabled, see bug 632347, c#9
|
||||
* ok(find("parent: Window", true),
|
||||
* "window.parent is correctly displayed in the Property Panel");
|
||||
*/
|
||||
|
||||
panel.destroy();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче