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

Quelle  browser_bug436200.js   Sprache: JAVA

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


"use strict";

const kTestPage = "https://example.org/browser/dom/html/test/bug436200.html";

async function run_test(shouldShowPrompt, msg) {
  let promptShown = false;

  function commonDialogObserver(subject) {
    let dialog = subject.Dialog;
    promptShown = true;
    dialog.ui.button0.click();
  }
  Services.obs.addObserver(commonDialogObserver, "common-dialog-loaded");

  let tab = await BrowserTestUtils.openNewForegroundTab(gBrowser, kTestPage);

  await SpecialPowers.spawn(gBrowser.selectedBrowser, [], async function () {
    let form = content.document.getElementById("test_form");
    form.submit();
  });
  Services.obs.removeObserver(commonDialogObserver, "common-dialog-loaded");

  is(promptShown, shouldShowPrompt, msg);
  BrowserTestUtils.removeTab(tab);
}

add_task(async function test_prompt() {
  await run_test(true"Should show prompt");
});

add_task(async function test_noprompt() {
  await SpecialPowers.pushPrefEnv({
    set: [["security.warn_submit_secure_to_insecure"false]],
  });
  await run_test(false"Should not show prompt");
  await SpecialPowers.popPrefEnv();
});

add_task(async function test_prompt_modal() {
  await SpecialPowers.pushPrefEnv({
    set: [
      [
        "prompts.modalType.insecureFormSubmit",
        Services.prompt.MODAL_TYPE_WINDOW,
      ],
    ],
  });
  await run_test(true"Should show prompt");
  await SpecialPowers.popPrefEnv();
});

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

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