mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 637898 - Update assertion annotations for test_1.html.
This commit is contained in:
parent
6c9499d590
commit
ace7ce91a8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user