Skip to content

Commit 6464ed2

Browse files
committed
Bug 637898 - Update assertion annotations for test_1.html.
1 parent 35fc52b commit 6464ed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

accessible/tests/mochitest/editabletext/test_1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
<script type="application/javascript">
2222
if (navigator.platform.startsWith("Mac")) {
23-
SimpleTest.expectAssertions(0, 3);
23+
SimpleTest.expectAssertions(0, 1);
2424
} else {
25-
SimpleTest.expectAssertions(3);
25+
SimpleTest.expectAssertions(1);
2626
}
2727

2828
function addTestEditable(aID, aTestRun, aTrailChar)

0 commit comments

Comments
 (0)