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

Quelle  1081072-1.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/layout/reftests/bugs/1081072-1.html


<!DOCTYPE html>
<html class="reftest-wait">
<head>
  <!-- NOTE: This bug was triggered by scrollbar opacity-fading, so this
       testcase needs to be loaded with this pref...
           layout.testing.overlay-scrollbars.always-visible
       ...set to *false* in order to have a chance to trigger the bug.

       We don't have to worry about this producing any screenshots of
       unpredictable partially-faded-scrollbars in our reftest snapshot,
       because our scrollbars don't actually paint here, since the
       scrollable element has "overflow:auto" and doesn't overflow
       (because it's auto-sized to fit its content). -->

  <style>
    .container {
      display: flex;
      overflow-y: auto;
      border: 1px solid black;
    }
  </style>
  <script type='text/javascript'>
    window.addEventListener("MozReftestInvalidate", startTest);

    function startTest() {
      // NOTE: setTimeout in tests is evil, but it's necessary here -- we need
      // to wait until the scrollbars have finished fading, and there's no
      // event we can listen for to signal that, AFAIK. Fortunately, there
      // shouldn't be *visible* scrollbars in this testcase, so even if our
      // setTimeout fires too early/late, the test will still pass. (So, there
      // shouldn't be spurious failures; any failures that happen will be real.)
      setTimeout(endTest, 800);
    }

    function endTest() {
      document.documentElement.removeAttribute("class");
    }
  </script>
</head>
<body>
  <div class="container">
    <div>T</div>
  </div>
</body>
</html>

Messung V0.5
C=94 H=97 G=95

¤ 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.