Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/animation/test/crashtests/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 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
C=98 H=99 G=98

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