Bug 404077: Adjust annotations of expected assertions.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user