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

Quelle  resize-detector-iframe.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/layout/reftests/font-face/resize-detector-iframe.html


<!DOCTYPE HTML>
<html>
<head>
 <title>Resize-notifying IFRAME</title>
 <script type="application/ecmascript">

 var gTarget;

 /* the test is done after the next resize */
 function arm() {
  gTarget = -1;
  window.addEventListener("resize", got_resize);
 }

 /* the test is done after the next resize to wider than the current width */
 function arm_for_wider() {
  gTarget = window.innerWidth;
  window.addEventListener("resize", got_resize);
 }

 function got_resize() {
  if (window.innerWidth > gTarget) {
   // Remove the class="reftest-wait" from the top window
   window.top.document.documentElement.removeAttribute("class");
  }
 }

 </script>
</head>
<body>
</body>
</html>

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

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

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