1821477.html (389B)
1 <html class="reftest-wait"> 2 <script> 3 document.addEventListener("DOMContentLoaded", async () => { 4 SpecialPowers.wrap(document).notifyUserGestureActivation(); 5 try { 6 (await navigator.mediaDevices.getDisplayMedia({ 7 "video": { 8 "frameRate": 2147483647, 9 }, 10 })).stop(); 11 } finally { 12 document.documentElement.removeAttribute("class"); 13 } 14 }); 15 </script> 16 </html>