зеркало из https://github.com/mozilla/pjs.git
Modified test for bug 396024 again, now Mac is ignored, since this test could never work there
This commit is contained in:
Родитель
437f48af08
Коммит
825d232a07
|
@ -83,6 +83,7 @@ ifdef MOZ_MOCHITEST
|
|||
_TEST_FILES = \
|
||||
test_bug66619.html \
|
||||
test_bug388019.html \
|
||||
test_bug396024.html \
|
||||
test_bug399284.html \
|
||||
test_bug399951.html \
|
||||
test_bug404209.xhtml \
|
||||
|
|
|
@ -63,6 +63,7 @@ function run()
|
|||
} catch(e) {
|
||||
//don't try to test on Mac, since the print preview code doesn't work there
|
||||
SimpleTest.finish();
|
||||
return;
|
||||
}
|
||||
|
||||
if (printService.defaultPrinterName != '') {
|
||||
|
|
Загрузка…
Ссылка в новой задаче