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
parent f63b033b57
commit 48716a7e57

View File

@ -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>