зеркало из https://github.com/mozilla/gecko-dev.git
Bug 404077: Adjust annotations of expected assertions.
This commit is contained in:
Родитель
7a14d005c7
Коммит
96ed8200e8
|
@ -17,7 +17,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=495300
|
|||
|
||||
if (!navigator.platform.startsWith("Mac")) {
|
||||
// not Mac
|
||||
SimpleTest.expectAssertions(0, 1);
|
||||
SimpleTest.expectAssertions(0, 2);
|
||||
}
|
||||
|
||||
var manager = new MediaTestManager;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<script type="application/javascript">
|
||||
<![CDATA[
|
||||
|
||||
if (navigator.platform.startsWith("Mac")) {
|
||||
if (!navigator.platform.startsWith("Linux")) {
|
||||
SimpleTest.expectAssertions(0, 5);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче