mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 404077: Adjust annotations of expected assertions.
This commit is contained in:
parent
c27c17eb19
commit
05d656bf0a
@ -11,7 +11,7 @@
|
||||
<script class="testbody" type="text/javascript">
|
||||
|
||||
if (navigator.platform.startsWith("Win")) {
|
||||
SimpleTest.expectAssertions(0, 8);
|
||||
SimpleTest.expectAssertions(0, 10);
|
||||
}
|
||||
|
||||
var manager = new MediaTestManager;
|
||||
|
@ -9,7 +9,7 @@
|
||||
iframe { width: 90%; height: 50px; }
|
||||
</style>
|
||||
<script>
|
||||
if (navigator.platform.startsWith("Linux")) {
|
||||
if (!navigator.platform.startsWith("Win")) {
|
||||
SimpleTest.expectAssertions(0, 1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user