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

Quelle  test_xfo_error_page.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/security/test/general/test_xfo_error_page.html


<!DOCTYPE HTML>
<html>
<head>
  <title>Bug 1626249: Ensure correct display of neterror page for XFO</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<iframe style="width:100%;" id="xfo_testframe"></iframe>

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

SimpleTest.waitForExplicitFinish();

const XFO_ERROR_PAGE_MSG = "This page has an X-Frame-Options policy that prevents it from being loaded in this context";

let xfo_testframe = document.getElementById("xfo_testframe");

xfo_testframe.onload = function() {
  let wrappedXFOFrame = SpecialPowers.wrap(xfo_testframe.contentWindow);
  let frameContentXFO = wrappedXFOFrame.document.body.innerHTML;
  ok(frameContentXFO.includes(XFO_ERROR_PAGE_MSG), "xfo error page correct");
  SimpleTest.finish();
}

xfo_testframe.onerror = function() {
  ok(false, "sanity: should not fire onerror for xfo_testframe");
  SimpleTest.finish();
}

xfo_testframe.src = "file_xfo_error_page.sjs";

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

Messung V0.5 in Prozent
C=98 H=97 G=97

¤ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet am  2026-06-04) ¤

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