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

Quelle  test_bug398289.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/xul/test/test_bug398289.html


<!DOCTYPE html>
<html style="height: 100%">
<head>
  <title>Test for bug 398289</title>
  <script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
  <script src="chrome://mochikit/content/tests/SimpleTest/WindowSnapshot.js"></script>
  <link rel="stylesheet" type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css" />
</head>
<body style="height: 100%; margin: 0; overflow: hidden;" onload="setTimeout(onBodyLoad, 0);">
  <iframe id="test" style="border: 0; width: 100%; height: 100%" scrolling="no" src="398289-resource.xhtml"></iframe>

  <script class="testbody">
    var snap1, snap2;
    SimpleTest.waitForExplicitFinish();

    async function onBodyLoad() {
      window.frames[0].document.getElementById("test").selectedIndex = 0;
      window.frames[0].document.getElementById("test").selectedIndex = 1;

      frames[0].scrollTo(00);
      scrollTo(00);
      snap1 = await snapshotWindow(window);

      document.getElementById("test").onload = onFrameLoad;
      window.frames[0].location.reload();
    }

    async function onFrameLoad() {
      frames[0].scrollTo(00);
      scrollTo(00);
      snap2 = await snapshotWindow(window);

      var equal, str1, str2;
      [equal, str1, str2] = compareSnapshots(snap1, snap2, true);

      ok(equal, "persistent attribute in tab box broken, expected: "+str1+" got: "+str2);
      SimpleTest.finish();
    }
  </script>
</body>
</html>

Messung V0.5 in Prozent
C=93 H=84 G=88

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet am  2026-08-25) ¤

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