Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/layout/reftests/svg/smil/event/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 727 B image not shown  

Quelle  event-util.js   Sprache: JAVA

 
// Allows a moment for events to be processed then performs a seek and runs
// a snapshot.
function delayedSnapshot(seekTimeInSeconds)
{
  // Allow time for events to be processed
  window.setTimeout(finish, 10, seekTimeInSeconds);
}

function finish(seekTimeInSeconds)
{
  document.documentElement.pauseAnimations();
  if (seekTimeInSeconds)
    document.documentElement.setCurrentTime(seekTimeInSeconds);
  document.documentElement.removeAttribute("class");
}

function click(targetId)
{
  var evt = document.createEvent("MouseEvents");
  evt.initMouseEvent("click"truetrue, window,
    0, 0, 0, 0, 0, falsefalsefalsefalse, 0, null);
  var target = document.getElementById(targetId);
  target.dispatchEvent(evt);
}

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

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