Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/security/test/csp/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 796 B image not shown  

Quelle  file_null_baseuri.html

  Sprache: HTML
 

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


<!DOCTYPE HTML>
<html>
  <head>
    <title>Bug 1121857 - document.baseURI should not get blocked if baseURI is null</title>
  </head>
  <body>
  <script type="text/javascript">
    // check the initial base-uri
    window.parent.postMessage({baseURI: document.baseURI, test: "initial_base_uri"}, "*");

    // append a child and check the base-uri
    var baseTag = document.head.appendChild(document.createElement('base'));
    baseTag.href = 'http://www.base-tag.com';
    window.parent.postMessage({baseURI: document.baseURI, test: "changed_base_uri"}, "*");

    // remove the child and check that the base-uri is back to the initial one
    document.head.remove(baseTag);
    window.parent.postMessage({baseURI: document.baseURI, test: "initial_base_uri"}, "*");
  </script>
</body>
</html>

Messung V0.5 in Prozent
C=100 H=100 G=100

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

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