Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/layout/reftests/svg/as-image/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

SSL img-blobURI-2.html   Interaktion und
PortierbarkeitHTML

 
 products/sources/formale Sprachen/C/Firefox/layout/reftests/svg/as-image/img-blobURI-2.html


<!DOCTYPE html>
<!-- This test checks to be sure we allow
     'blob' URIs *inside of* SVG-as-an-image. -->

<html class="reftest-wait">
<head>
  <script>
    function go() {
      // Generate a blob URL encoding of an SVG document
      var blobURL = generateBlobURL();

      // Now generate a data URI, containing our blob URI
      var outerSVG =
        ' +
             'xmlns:xlink="http://www.w3.org/1999/xlink" ' +
             'width="100" height="100">' +
          ' +
             'xlink:href="' + blobURL + '"/>' +
        '';

      // Tell our img element to render the URL
      var img = document.getElementsByTagName("img")[0]
      img.src = "data:image/svg+xml," + outerSVG;

      // Once our img loads, take reftest snapshot.
      img.addEventListener("load", function() {
        document.documentElement.removeAttribute("class");
      });
    }

    // Helper function -- returns a blob URL representing a
    // 100x100 fully-lime SVG document.
    function generateBlobURL() {
      var svg =
        '' +
          '' +
        '';
      return self.URL.createObjectURL(new Blob([svg], {type: "image/svg+xml"}));
    }
  </script>
</head>
<body onload="go()">
  <img src="">
</body>
</html>

Messung V0.5
C=95 H=91 G=92

¤ Diese beiden folgenden Angebotsgruppen bietet das Unternehmen0.33Angebot  Wie Sie bei der Firma Beratungs- und Dienstleistungen beauftragen können  ¤

*Eine klare Vorstellung vom Zielzustand






Versionsinformation zu Columbo

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.