Bug 1560207 - Add crashtest. r=jib

Differential Revision: https://phabricator.services.mozilla.com/D36191

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andreas Pehrson 2019-07-05 22:07:17 +00:00
Родитель 1dd6a5d98c
Коммит b5260f58d6
2 изменённых файлов: 20 добавлений и 0 удалений

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

@ -0,0 +1,19 @@
<html class="reftest-wait">
<head>
<script>
async function start () {
const stream = await window.navigator.mediaDevices.getUserMedia({
'video': {
'mediaSource': 'browser'
}
});
try {
await stream.getVideoTracks()[0].applyConstraints();
} finally {
document.documentElement.removeAttribute("class");
}
}
document.addEventListener('DOMContentLoaded', start);
</script>
</head>
</html>

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

@ -30,3 +30,4 @@ load 1509442.html
load 1511130.html
load 1510848.html
load 1516292.html
skip-if(Android) pref(media.getusermedia.browser.enabled,true) load 1560207.html # No tabshare on Android