Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  test_sanitize.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/dom/serviceworkers/test/test_sanitize.html


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

<!DOCTYPE HTML>
<html>
<head>
  <title>Bug 1080109 - Clear ServiceWorker registrations for all domains</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<p id="display"></p>
<div id="content" style="display: none"></div>
<pre id="test"></pre>
<script class="testbody" type="text/javascript">

  function start() {
    const Cc = SpecialPowers.Cc;
    const Ci = SpecialPowers.Ci;

    function testNotIntercepted() {
      testFrame("sanitize/frame.html").then(function(body) {
        is(body"FAIL""Expected frame to not be controlled");
        // No need to unregister since that already happened.
        navigator.serviceWorker.getRegistration("sanitize/foo").then(function(reg) {
          ok(reg === undefined, "There should no longer be a valid registration");
        }, function(e) {
          ok(false, "getRegistration() should not error");
        }).then(function(e) {
          SimpleTest.finish();
        });
      });
    }

    registerSW().then(function() {
      return testFrame("sanitize/frame.html").then(function(body) {
        is(body"intercepted""Expected serviceworker to intercept request");
      });
    }).then(function() {
      return navigator.serviceWorker.getRegistration("sanitize/foo");
    }).then(function(reg) {
      reg.active.onstatechange = function(e) {
        e.target.onstatechange = null;
        is(e.target.state, "redundant""On clearing data, serviceworker should become redundant");
        testNotIntercepted();
      };
    }).then(function() {
      SpecialPowers.removeAllServiceWorkerData();
    });
  }

  function testFrame(src) {
    return new Promise(function(resolve, reject) {
      var iframe = document.createElement("iframe");
      iframe.src = src;
      window.onmessage = function(message) {
        window.onmessage = null;
        iframe.src = "about:blank";
        document.body.removeChild(iframe);
        iframe = null;
        SpecialPowers.exactGC(function() {
          resolve(message.data);
        });
      };
      document.body.appendChild(iframe);
    });
  }

  function registerSW() {
    return testFrame("sanitize/register.html");
  }

  SimpleTest.waitForExplicitFinish();

  SpecialPowers.pushPrefEnv({"set": [
    ["dom.serviceWorkers.exemptFromPerDomainMax", true],
    ["dom.serviceWorkers.enabled", true],
    ["dom.serviceWorkers.testing.enabled", true],
  ]}, function() {
    start();
  });
</script>
</pre>
</body>
</html>

Messung V0.5
C=99 H=100 G=99

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






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge