mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 20:42:49 +00:00
Bug 404077: Adjust annotations of expected assertions.
This commit is contained in:
parent
5daca11f3d
commit
6395a2a239
@ -31,6 +31,10 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=311007.xul
|
|||||||
<script class="testbody" type="application/javascript">
|
<script class="testbody" type="application/javascript">
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
|
|
||||||
|
if (navigator.platform.startsWith("Win")) {
|
||||||
|
SimpleTest.expectAssertions(0, 1);
|
||||||
|
}
|
||||||
|
|
||||||
/** Test for Bug 311007 **/
|
/** Test for Bug 311007 **/
|
||||||
|
|
||||||
SimpleTest.waitForExplicitFinish();
|
SimpleTest.waitForExplicitFinish();
|
||||||
|
@ -79,6 +79,10 @@
|
|||||||
<script class="testbody" type="application/javascript">
|
<script class="testbody" type="application/javascript">
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
|
|
||||||
|
if (!navigator.platform.startsWith("Win")) {
|
||||||
|
SimpleTest.expectAssertions(0, 2);
|
||||||
|
}
|
||||||
|
|
||||||
SimpleTest.waitForExplicitFinish();
|
SimpleTest.waitForExplicitFinish();
|
||||||
|
|
||||||
function testtag_menulists()
|
function testtag_menulists()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user