Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/layout/reftests/flexbox/   (Fast Lexical Analyzer Version 2.6©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  flexbox-invalidation-1.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/layout/reftests/flexbox/flexbox-invalidation-1.html


<!DOCTYPE html>
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->

<!--
     This test verifies that we include our children's overflow areas in the
     flex container's overflow area -- invalidating their old location and new
     location when the flex container is moved, even if they stick outside the
     flex container.
-->

<html class="reftest-wait">
  <head>
    <script>
      function tweak() {
        var outer = document.getElementById("outer");
        outer.style.marginLeft = "40px";

        document.documentElement.removeAttribute("class");
      }

      window.addEventListener("MozReftestInvalidate", tweak);
    </script>
    <style>
      div#flexContainer {
        width: 100px;
        height: 50px;
        background: lightgray;
        display: flex;
        justify-content: center;
      }

      div#flexItem {
        border: 1px solid black;
        height: 200%;
        background: purple;
      }
    </style>
  </head>
  <body>
    <div id="outer">
      <div id="flexContainer">
        <div id="flexItem">item</div>
      </div>
    </div>
  </body>
</html>

Messung V0.5
C=97 H=96 G=96

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