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

Quelle  browser_iframe_buttons.js   Sprache: JAVA

 
/* Any copyright is dedicated to the Public Domain.
   https://creativecommons.org/publicdomain/zero/1.0/ */


"use strict";

// Ensure the buttons at the buttom of the HTTPS-Only error page do not get
// displayed in an iframe (Bug 1909396).

add_task(async function test_iframe_buttons() {
  await BrowserTestUtils.withNewTab(
    "https://example.com/browser/dom/security/test/https-only/file_iframe_buttons.html",
    async function (browser) {
      await SpecialPowers.pushPrefEnv({
        set: [["dom.security.https_only_mode"true]],
      });

      await SpecialPowers.spawn(browser, [], async function () {
        const iframe = content.document.getElementById("iframe");
        // eslint-disable-next-line @microsoft/sdl/no-insecure-url
        iframe.src = "http://nocert.example.com";

        await ContentTaskUtils.waitForCondition(
          () => iframe.contentWindow.document.readyState === "interactive",
          "Iframe error page should have loaded"
        );

        ok(
          !!iframe.contentWindow.document.getElementById("explanation-iframe"),
          "#explanation-iframe should exist"
        );

        is(
          iframe.contentWindow.document
            .getElementById("explanation-iframe")
            .getAttribute("hidden"),
          null,
          "#explanation-iframe should not be hidden"
        );

        for (const id of ["explanation-continue""goBack""openInsecure"]) {
          is(
            iframe.contentWindow.document.getElementById(id),
            null,
            `#${id} should have been removed`
          );
        }
      });
    }
  );
});

Messung V0.5
C=85 H=88 G=86

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