Bug 637898 - Update assertion annotations for test_1.html.

This commit is contained in:
Ryan VanderMeulen 2013-03-12 11:11:14 -04:00
parent 35fc52b0e7
commit 6464ed208c

View File

@ -20,9 +20,9 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=452161
<script type="application/javascript">
if (navigator.platform.startsWith("Mac")) {
SimpleTest.expectAssertions(0, 3);
SimpleTest.expectAssertions(0, 1);
} else {
SimpleTest.expectAssertions(3);
SimpleTest.expectAssertions(1);
}
function addTestEditable(aID, aTestRun, aTrailChar)