Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Errors
- This test gets skipped with pattern: os == 'linux' && !debug OR os == 'android'
- This test failed 1 times in the preceding 30 days. quicksearch this test
- Manifest: dom/media/webrtc/tests/mochitests/identity/mochitest.toml
<!DOCTYPE HTML>
<html>
<head>
<script type="application/javascript">var scriptRelativePath = "../";</script>
<script type="application/javascript" src="../pc.js"></script>
<script type="application/javascript" src="../blacksilence.js"></script>
<script type="application/javascript" src="identityPcTest.js"></script>
</head>
<body>
<pre id="test">
<script type="application/javascript">
createHTML({
title: "Non-isolated media entering an isolated session becomes isolated",
bug: "996238"
});
function theTest() {
// Override the remote media capture options to remove isolation for the
// remote party; the test verifies that the media it receives on the local
// side is isolated anyway.
return identityPcTest({
audio: true,
video: true
});
}
runNetworkTest(theTest);
</script>
</pre>
</body>
</html>