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

Quelle  1413073.html   Sprache: HTML

 
 products/sources/formale Sprachen/C/Firefox/layout/reftests/display-list/1413073.html


<!DOCTYPE html>
<html lang="en" class="reftest-wait">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>The ASR for the opacity item is the root scroll frame instead of the subframe.</title>

<style>

.outer {
  /* avoid event regions messing with our demonstration */
  pointer-events: none;
  /* make sure the .outer opacity item has the root scroll frame as its ASR */
  background: rgba(0, 0, 0, 0.1);
}

.opacity {
  opacity: 0.8;
}

.scrollFrameWrapper {
  /* clips off .scrollFrame's scrollbar */
  margin: 100px;
  overflow: hidden;
}

.scrollFrame {
  height: 300px;
  margin-right: -20px;
  padding-right: 20px;
  overflow: auto;
}

.scrolledContents {
  height: 1000px;
  width: 200px;
  border: 5px solid black;
  pointer-events: auto;
}

</style>

</head><body>

<div class="opacity outer">
  <div class="opacity inner">
    <div class="scrollFrameWrapper">
      <div class="scrollFrame">
        <div class="scrolledContents"></div>
      </div>
    </div>
  </div>
</div>

<script>

function doTest()
{
  var scrollFrame = document.querySelector('.scrollFrame');
  scrollFrame.scrollTop = 10;
  scrollFrame.scrollTop = 20;
  scrollFrame.scrollTop = 0;

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

document.addEventListener("MozReftestInvalidate", doTest);
</script>
</body></html>

Messung V0.5
C=100 H=100 G=100

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