<html class="reftest-wait" >
<body >
<script >
let o1;
let p1, p2;
window.addEventListener("MozReftestInvalidate" , finish);
// Synchronously call reload while an async load away from the initial about:blank is ongoing.
// This causes the window to be reused and a navigation event to mess with the gUM request.
try { o1 = window.open("/" ) } catch(e) { }
// Note: window.open can fail here in some configurations, so o1 might be null.
// But the try/catch silence that (bug 2002313 ).
try { o1.location.reload() } catch(e) { }
try { o2 = o1.navigator } catch(e) { }
try { o3 = o2.mediaDevices } catch(e) { }
try { o4 = new XMLHttpRequest() } catch(e) { }
try { p1 = o3.getUserMedia({video : true, fake: true }).then((stream) => {}).catch((error) => {}) } catch (e) {}
try { o4.open("T" , "aa" , false) } catch(e) { }
try { o4.send() } catch(e) { }
try { p2 = o3.getUserMedia({video : true}).then((stream) => {}).catch((error) => {}) } catch (e) {}
async function finish() {
try {
await p1;
} catch (e) {}
try {
await p2;
} catch (e) {}
try {
o1.close();
} catch (e) {}
document.documentElement.className = "" ;
}
</script >
</body >
</html >
Messung V0.5 in Prozent C=99 H=72 G=86
¤ Dauer der Verarbeitung: 0.4 Sekunden
¤
*© Formatika GbR, Deutschland