Bug 843849 - Adjust expected assertion counts for fullscreen assertions. r=dbaron

This commit is contained in:
Chris Pearce 2013-02-28 13:54:14 +13:00
Родитель 7e5ee240a0
Коммит 688097f4ee
2 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -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