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

Quelle  test_leaving_page.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/dom/indexedDB/test/test_leaving_page.html


<!--
  Any copyright is dedicated to the Public Domain.
  http://creativecommons.org/publicdomain/zero/1.0/
-->

<html>
<head>
  <title>Indexed Database Leaving Page Test</title>

  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>

<body onload="runTest();">
  <iframe id="inner"></iframe>
  <a id="a" href="leaving_page_iframe.html"></a>

  <script type="text/javascript">
    window.addEventListener("message", function(e) {
      ok(false, "gotmessage: " + e.data);
    });

    function* testSteps()
    {
      var iframe = $("inner");
      iframe.src = "leaving_page_iframe.html";
      iframe.onload = continueToNextStep;
      yield undefined;
      is(iframe.contentWindow.location.href, $("a").href,
         "should navigate to iframe page");
      yield undefined;
      is(iframe.contentWindow.location.href, "about:blank",
         "should nagivate to about:blank");

      let request = indexedDB.open(location, 1);
      request.onsuccess = grabEventAndContinueHandler;
      let event = yield undefined;

      let db = event.target.result;
      db.transaction(["mystore"]).objectStore("mystore").get(42).onsuccess =
        grabEventAndContinueHandler;
      event = yield undefined;
      is(event.target.result.hello, "world""second modification rolled back");

      finishTest();
    }
  </script>
  <script type="text/javascript" src="helpers.js"></script>
</html>

Messung V0.5
C=95 H=93 G=93

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