1991106.html (339B)
1 <html class="reftest-wait"> 2 <head> 3 <script> 4 document.addEventListener("DOMContentLoaded", async () => { 5 const stream = await navigator.mediaDevices.getUserMedia({ 6 "video": { 7 "height": -2147483584 8 } 9 }); 10 document.documentElement.removeAttribute("class"); 11 }); 12 </script> 13 </head> 14 </html>