mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 843849 - Adjust expected assertion counts for fullscreen assertions. r=dbaron
This commit is contained in:
parent
288ec4b107
commit
2f79253c99
@ -21,12 +21,6 @@
|
||||
<pre id="test">
|
||||
<script type="application/javascript">
|
||||
|
||||
if (navigator.platform.startsWith("Win")) {
|
||||
SimpleTest.expectAssertions(0, 1); // bug 845552
|
||||
} else {
|
||||
SimpleTest.expectAssertions(1); // bug 845552
|
||||
}
|
||||
|
||||
/** Tests for Bug 545812 **/
|
||||
|
||||
// Ensure the full-screen api is enabled, and will be disabled on test exit.
|
||||
|
@ -18,10 +18,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=633602
|
||||
<pre id="test">
|
||||
<script type="application/javascript">
|
||||
|
||||
if (!navigator.platform.startsWith("Linux")) {
|
||||
SimpleTest.expectAssertions(0, 1); // bug 845552
|
||||
}
|
||||
|
||||
/**
|
||||
* Pointer Lock tests for bug 633602. These depend on the fullscreen api
|
||||
* which doesn't work when run in the mochitests' iframe, since the
|
||||
|
Loading…
Reference in New Issue
Block a user