We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35fc52b commit 6464ed2Copy full SHA for 6464ed2
accessible/tests/mochitest/editabletext/test_1.html
@@ -20,9 +20,9 @@
20
21
<script type="application/javascript">
22
if (navigator.platform.startsWith("Mac")) {
23
- SimpleTest.expectAssertions(0, 3);
+ SimpleTest.expectAssertions(0, 1);
24
} else {
25
- SimpleTest.expectAssertions(3);
+ SimpleTest.expectAssertions(1);
26
}
27
28
function addTestEditable(aID, aTestRun, aTrailChar)
0 commit comments