Unset the zoom, because apparently it can leak out to other mochitests

This commit is contained in:
Boris Zbarsky 2008-10-14 12:54:49 -04:00
Родитель f63b033b57
Коммит 48716a7e57
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -30,6 +30,7 @@ addLoadEvent(function() {
.QueryInterface(Components.interfaces.nsIMarkupDocumentViewer);
viewer.fullZoom = 2;
is(true, true, "Gotta test something");
viewer.fullZoom = 1;
SimpleTest.finish();
});
</script>