Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/layout/reftests/invalidation/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 986 B image not shown  

Quelle  masklayer-1.html

  Sprache: HTML
 

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


<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>Moving a layer in a box with a rounded clip shouldn't invalidate.</title>

<style>

#outer {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 300px;
  height: 200px;
  background-color: #DDD;
  overflow: hidden;
  border-radius: 10px;
}

#animatedLeft {
  position: absolute;
  top: 50px;
  left: 40px;
  box-model: border-box;
  border: 1px solid lime;
  width: 100px;
  height: 100px;
}

</style>

<body>

<div id="outer">
  <div id="animatedLeft" class="reftest-no-paint"></div>
</div>

<script>

var animatedLeft = document.getElementById("animatedLeft");

function doTest() {
  animatedLeft.style.left = "100px";
  document.documentElement.removeAttribute("class");
}

// Layerize #animatedLeft
animatedLeft.offsetLeft;
animatedLeft.style.left = "60px";
animatedLeft.offsetLeft;
animatedLeft.style.left = "40px";
animatedLeft.offsetLeft;

document.addEventListener("MozReftestInvalidate", doTest);

</script>

Messung V0.5 in Prozent
C=99 H=100 G=99

¤ Dauer der Verarbeitung: 0.18 Sekunden  (vorverarbeitet am  2026-06-06) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.