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

Quelle  test_bug1649005.html

  Sprache: HTML
 

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


<!DOCTYPE>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=1649005
-->

<head>
  <meta charset="UTF-8" />
  <title>Test for bug 1649005</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" href="/tests/SimpleTest/test.css">
  <script src="/tests/SimpleTest/EventUtils.js"></script>
  <script>
  /** Test for bug 1649005, bug 1779343 **/
  window.addEventListener("DOMContentLoaded", () => {
    SimpleTest.waitForExplicitFinish();
    SimpleTest.waitForFocus(function() {
      document.body.textContent = ""; // It would be \n\n otherwise...
      synthesizeMouseAtCenter(document.body, {});

      var editor = getEditor();
      is(document.body.textContent, """Initial body check");
      editor.rewrap(false);
      is(document.body.textContent, """Initial body check after rewrap");

      document.body.innerHTML = ">abc<br/>>def<br/>>ghi";
      editor.rewrap(true);
      is(document.body.textContent, "> abc def ghi""Rewrapped");

      document.body.innerHTML = "> ";
      editor.rewrap(true);
      is(document.body.textContent, "> ""Rewrapped half-empty string");

      SimpleTest.finish();
    });
  });

  function getEditor() {
    var Ci = SpecialPowers.Ci;
    var editingSession = SpecialPowers.wrap(window).docShell.editingSession;
    var editor = editingSession.getEditorForWindow(window);
    editor.QueryInterface(Ci.nsIHTMLEditor);
    editor.QueryInterface(Ci.nsIEditorMailSupport);
    editor.flags |= SpecialPowers.Ci.nsIEditor.eEditorPlaintextMask;
    return editor;
  }
  </script>
</head>
<body contenteditable></body>
</html>

Messung V0.5 in Prozent
C=94 H=86 G=89

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

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