Bug 685893 - style inspector properties and methods to be moved out of the panel, a=orange

This commit is contained in:
Rob Campbell 2011-10-21 15:16:36 -04:00
Родитель c9cb0ad8ac
Коммит a0f4d1c98c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -164,7 +164,7 @@ function styleInspectorClosedByHide()
{
Services.obs.removeObserver(styleInspectorClosedByHide, "StyleInspector-closed", false);
is(stylePanels[0].state, "open", "instance stylePanels[0] is still open");
is(stylePanels[1].state, undefined, "instance stylePanels[1] is hidden");
is(stylePanels[1].state, "closed", "instance stylePanels[1] is hidden");
is(stylePanels[2].state, "open", "instance stylePanels[2] is still open");
info("closing web console");