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

Quelle  dynamic-mask-pre-effects-bbox.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/layout/reftests/svg/dynamic-mask-pre-effects-bbox.html


<!DOCTYPE html>
<html class="reftest-wait">
  <head>
    <style>
      #container {
        border: 3px dotted black;
        background: yellow;
        overflow: hidden;
        width: 400px;
        max-height: 25px;
      }

      #container.masked {
        mask: url('#fade_mask_bottom');
      }
      .item {
        font-size: 30px;
      }
    </style>
    <script>
      document.addEventListener("MozReftestInvalidate", doTest, false);
      setTimeout(doTest, 4000); // fallback for running outside reftest

      function doTest() {
        clear();
        insert();
      }

      function clear() {
        // Force reflow:
        container.offsetHeight;

        // Remove mask:
        container.classList.remove('masked');
      }

      function insert() {
        // Add new child:
        var notificationNode = document.createElement('div');
        notificationNode.classList.add('item');
        notificationNode.appendChild(document.createTextNode("PASS"));
        var container = document.getElementById('container');
        container.appendChild(notificationNode);

        // Force reflow:
        container.offsetHeight;

        // Add back mask:
        container.classList.add('masked');

        document.documentElement.classList.remove('reftest-wait');
      }
    </script>
  </head>
  <body>
    <div id='container' class="masked"></div>

    <!-- BEGIN SVG MASK: -->
    <svg xmlns="http://www.w3.org/2000/svg" version="1.1">
      <mask id="fade_mask_bottom"
            maskUnits="objectBoundingBox" maskContentUnits="objectBoundingBox">
        <linearGradient id="fade_gradient_bottom"
                        gradientUnits="objectBoundingBox" x2="0" y2="1">
          <stop stop-color="white" stop-opacity="1" offset="0.7"></stop>
          <stop stop-color="white" stop-opacity="0" offset="1"></stop>
        </linearGradient>
        <rect x="0" y="0" width="1" height="1"
              fill="url(#fade_gradient_bottom)"></rect>
      </mask>
    </svg>
  <!-- END SVG MASK -->

  </body>
</html>

Messung V0.5
C=93 H=94 G=93

¤ Dauer der Verarbeitung: 0.2 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.