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

Quellverzeichnis  file_bug1300461_back.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/docshell/test/navigation/file_bug1300461_back.html


<!DOCTYPE html>
<html lang="en">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <title>Bug 1300461</title>
  </head>
  <!-- The empty unload handler is to prevent bfcache. -->
  <body onload="test();" onunload="">
    <script>
      let Ci = SpecialPowers.Ci;
      let webNav = SpecialPowers.wrap(window)
                                .docShell
                                .QueryInterface(Ci.nsIWebNavigation);
      let shistory = webNav.sessionHistory;
      async function test() {
        if (opener) {
          opener.info("file_bug1300461_back.html");
          opener.is(shistory.count, 2"check history length");
          opener.is(shistory.index, 1"check history index");
          let index = await opener.getSHRequestedIndex(SpecialPowers.wrap(window).browsingContext.id);
          opener.is(index, -1"check requestedIndex");

          opener.ok(webNav.canGoBackIgnoringUserInteraction, "check canGoBackIgnoringUserInteraction");
          if (opener.testCount == 1) {
            opener.info("replaceState to redirect.html");
            window.history.replaceState({}, """file_bug1300461_redirect.html");
          }
          window.history.back();
        }
      }
    </script>
  </body>
</html>

Messung V0.5 in Prozent
C=94 H=89 G=91

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