Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


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.12 Sekunden  (vorverarbeitet)  ¤

*© 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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge