Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/animation/test/crashtests/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 978 B image not shown  

Quelle  1359658-1.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/animation/test/crashtests/1359658-1.html


<!doctype html>
<html class="reftest-wait">
  <head>
    <meta charset=utf-8>
    <title>Bug 1359658: Animation-only dirty descendants bit should be cleared
           for display:none content</title>
  </head>
  <body>
  <div id="ancestor">
    <svg>
      <rect id="target" width="100%" height="100%" fill="lime"/>
    </svg>
  </div>
  </body>
  <script>
'use strict';

const ancestor = document.getElementById('ancestor');
const target   = document.getElementById('target');

document.addEventListener('DOMContentLoaded', () => {
  const animation = target.animate({ color: [ 'red''lime' ] },
                                   { duration: 1000, iterations: Infinity });
  requestAnimationFrame(() => {
    // Tweak animation to cause animation dirty bit to be set
    animation.effect.updateTiming({ duration: 2000 });
    ancestor.style.display = "none";
    getComputedStyle(ancestor).display;
    document.documentElement.className = '';
  });
});
  </script>
</html>

Messung V0.5 in Prozent
C=94 H=90 G=91

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© 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.