зеркало из https://github.com/mozilla/gecko-dev.git
Bug 685893 - style inspector properties and methods to be moved out of the panel, a=orange
This commit is contained in:
Родитель
c9cb0ad8ac
Коммит
a0f4d1c98c
|
@ -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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче