зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
1dd6a5d98c
Коммит
b5260f58d6
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче