diff --git a/screen-capture/getdisplaymedia.https.html b/screen-capture/getdisplaymedia.https.html index c92a7154ee6728c..1c9eb449f55a514 100644 --- a/screen-capture/getdisplaymedia.https.html +++ b/screen-capture/getdisplaymedia.https.html @@ -59,7 +59,6 @@ {video: true}, {video: true, audio: false}, {audio: false}, - {audio: true}, {}, undefined ].forEach(constraints => promise_test(async t => { @@ -93,6 +92,7 @@ [ {video: true, audio: true}, + {audio: true}, ].forEach(constraints => promise_test(async t => { const stream = await getDisplayMedia(constraints); t.add_cleanup(() => stopTracks(stream));