Bug 632347 - Expanding a property in the Object Inspector whose type is Generator causes lockup; test-disabled a=#orange

This commit is contained in:
Rob Campbell 2011-03-25 18:21:27 -03:00
Родитель 64f9c0a5b9
Коммит ab987062b6
1 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -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();