Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/layout/base/tests/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  helper_oopif_reconstruct.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/layout/base/tests/helper_oopif_reconstruct.html


<!DOCTYPE html>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<script src="/tests/SimpleTest/paint_listener.js"></script>
<script src="/tests/gfx/layers/apz/test/mochitest/apz_test_utils.js"></script>
<script src="/tests/gfx/layers/apz/test/mochitest/apz_test_native_event_utils.js"></script>
<body>
<div id="container">
<iframe src="http://example.org/browser/layout/base/tests/helper_oopif_reconstruct_child.html"></iframe>
</div>

<script>
  // Silence SimpleTest warning about missing assertions by having it wait
  // indefinitely. We don't need to give it an explicit finish because the
  // entire window this test runs in will be closed after the main browser test
  // finished.
  SimpleTest.waitForExplicitFinish();
</script>

<script>


function toggle() {
  let container = document.getElementById("container");
  console.log(container.style.display);
  if (container.style.position == "sticky") {
    container.style.position = "fixed";
  } else {
    container.style.position = "sticky";
  }
  document.documentElement.offsetLeft;
}

async function doTest() {
  setInterval(toggle, 40);
}
</script>
</body>

Messung V0.5
C=92 H=88 G=89

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