зеркало из https://github.com/mozilla/gecko-dev.git
Bug 843849 - Adjust expected assertion counts for fullscreen assertions. r=dbaron
This commit is contained in:
Родитель
7e5ee240a0
Коммит
688097f4ee
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче