Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  test_nested_editor.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/editor/libeditor/tests/test_nested_editor.html


<!DOCTYPE html>
<html>
<head>
  <title> Test for nested contenteditable elements </title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <script src="/tests/SimpleTest/EventUtils.js"></script>
  <link rel="stylesheet" href="/tests/SimpleTest/test.css">
</head>
<body>
  <template id="focus-iframe-contenteditable-in-div">
    <div contenteditable>
      <iframe srcdoc="<div id='focusme' contenteditable></div>"></iframe>
    </div>
  </template>

  <template id="focus-contenteditable-parent-along-with-iframe">
    <div id='focusme' contenteditable></div>
    <iframe srcdoc="<div contenteditable></div>"></iframe>
  </template>

  <template id="focus-iframe-textarea-in-div">
    <div contenteditable>
      <iframe srcdoc="<textarea id='focusme'></textarea>"></iframe>
    </div>
  </template>

  <template id="focus-textarea-parent-along-with-iframe">
    <textarea id='focusme' contenteditable></textarea>
    <iframe srcdoc="<div contenteditable></div>"></iframe>
  </template>
<script>
"use strict";

async function runTest() {
  function findFocusme() {
    return new Promise(r => {
      let focusInParent = document.getElementById("focusme");
      if (focusInParent) {
        r(focusInParent);
        return;
      }
      document.querySelector("iframe").addEventListener("load", function() {
        return r(document.querySelector("iframe").contentDocument.getElementById("focusme"));
      });
    });
  }

  const focusme = await findFocusme();

  focusme.focus();
  synthesizeKey("abc");

  if (focusme.nodeName === "TEXTAREA") {
    is(focusme.value, "abc");
  } else {
    is(focusme.innerHTML, "abc");
  }
}

SimpleTest.waitForExplicitFinish();

SimpleTest.waitForFocus(async () => {
  for (const template of document.querySelectorAll("template")) {
    const content = template.content.cloneNode(true);
    document.body.appendChild(content);

    await runTest();

    document.body.innerHTML = "";
  }

  SimpleTest.finish();
});

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

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

¤ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet am  2026-06-05) ¤

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






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik