mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1047842 - Remove assertion annotations that are no longer needed.
This commit is contained in:
parent
efe92f4322
commit
6e388734f8
@ -23,8 +23,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=983504
|
||||
* Run a test to verify that we can complete a start and stop media playback
|
||||
* cycle for an screenshare LocalMediaStream on a video HTMLMediaElement.
|
||||
*/
|
||||
SimpleTest.expectAssertions(0, 3); // Bug 1047842
|
||||
|
||||
runTest(function () {
|
||||
const isWinXP = navigator.userAgent.indexOf("Windows NT 5.1") != -1;
|
||||
if (IsMacOSX10_6orOlder() || isWinXP) {
|
||||
|
@ -23,8 +23,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=983504
|
||||
* Run a test to verify that we can complete a start and stop media playback
|
||||
* cycle for an screenshare LocalMediaStream on a video HTMLMediaElement.
|
||||
*/
|
||||
SimpleTest.expectAssertions(0, 3); // Bug 1047842
|
||||
|
||||
runTest(function () {
|
||||
const isWinXP = navigator.userAgent.indexOf("Windows NT 5.1") != -1;
|
||||
if (IsMacOSX10_6orOlder() || isWinXP) {
|
||||
|
@ -17,8 +17,6 @@
|
||||
title: "Basic screenshare-only peer connection"
|
||||
});
|
||||
|
||||
SimpleTest.expectAssertions(0, 1); // Bug 1047842
|
||||
|
||||
var test;
|
||||
runNetworkTest(function (options) {
|
||||
const isWinXP = navigator.userAgent.indexOf("Windows NT 5.1") != -1;
|
||||
|
@ -17,8 +17,6 @@
|
||||
title: "Basic windowshare-only peer connection"
|
||||
});
|
||||
|
||||
SimpleTest.expectAssertions(0, 1); // Bug 1047842
|
||||
|
||||
var test;
|
||||
runNetworkTest(function (options) {
|
||||
const isWinXP = navigator.userAgent.indexOf("Windows NT 5.1") != -1;
|
||||
|
Loading…
Reference in New Issue
Block a user