зеркало из https://github.com/mozilla/pjs.git
Bug 746176 - bounds/test_zoom.html fails on OS X, disable whole file for now
This commit is contained in:
Родитель
a353aea629
Коммит
09177e3065
|
@ -22,6 +22,14 @@
|
|||
<script type="application/javascript">
|
||||
function doTest()
|
||||
{
|
||||
// Bug 746176: Failure of this whole test file on OS X.
|
||||
if (MAC) {
|
||||
todo(false, "Fix bug 746176 on Mac");
|
||||
closeBrowserWindow();
|
||||
SimpleTest.finish();
|
||||
return;
|
||||
}
|
||||
|
||||
var tabDocument = currentTabDocument();
|
||||
var p1 = tabDocument.getElementById("p1");
|
||||
var p2 = tabDocument.getElementById("p2");
|
||||
|
|
Загрузка…
Ссылка в новой задаче