Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/media/test/crashtests/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  1608286.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/dom/media/test/crashtests/1608286.html


<html class="reftest-wait">
<head>
  <script>
    function test() {
      function checkResolve(value) {
        // Let the test timeout and fail
        throw new Error("This promise should not resolve");
      }

      function checkReject(reason) {
        if (reason.message !== "Browsing context is no longer available") {
          // Let the test timeout and fail
          throw new Error("Unexpected rejected promise reason");          
        }
        // Otherwise, successfully rejected a request not attached to a
        // window without crashing
      }

      var i = document.querySelector("iframe");
      var nav = i.contentWindow.navigator;
      i.remove();

      // First, check with valid args
      nav.requestMediaKeySystemAccess(
        "com.widevine.alpha",
        [{
            initDataTypes: ["webm"],
            videoCapabilities: [{ contentType: 'video/webm; codecs="vp9"' }]
        }]
      ).then(
        checkResolve,
        (reason) => {
          checkReject(reason);

          // Then, check with invalid args
          nav.requestMediaKeySystemAccess("", []).then(
            checkResolve,
            (reason) => {
              checkReject(reason);
              document.documentElement.removeAttribute("class");
            }
          );
        });
    }
  </script>
</head>
<body onload="test()">
  <iframe></iframe>
</body>
</html>

Messung V0.5
C=100 H=100 G=100

¤ Dauer der Verarbeitung: 0.4 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.