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

Quelle  test_sendbeacon.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/dom/security/test/csp/test_sendbeacon.html


<!DOCTYPE HTML>
<html>
<head>
  <meta charset="utf-8">
  <title>Bug 1234813 - sendBeacon should not throw if blocked by Content Policy</title>
  <!-- Including SimpleTest.js so we can use waitForExplicitFinish !-->
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<p id="display"></p>
<iframe style="width:100%;" id="testframe" src="file_sendbeacon.html"></iframe>

<script class="testbody" type="text/javascript">

/* Description of the test:
 * Let's try to fire a sendBeacon which gets blocked by CSP. Let's make sure
 * sendBeacon does not throw an exception.
 */
SimpleTest.waitForExplicitFinish();

// a postMessage handler used to bubble up the
// result from within the iframe.
window.addEventListener("message", receiveMessage);
function receiveMessage(event) {
  var result = event.data.result;
  is(result, "blocked-beacon-does-not-throw""sendBeacon should not throw");
  window.removeEventListener("message", receiveMessage);
  SimpleTest.finish();
}

</script>
</body>
</html>

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

¤ 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.