зеркало из https://github.com/mozilla/gecko-dev.git
Unset the zoom, because apparently it can leak out to other mochitests
This commit is contained in:
Родитель
f63b033b57
Коммит
48716a7e57
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче