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

Quelle  test_bug484181.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/editor/spellchecker/tests/test_bug484181.html


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

<head>
  <title>Test for Bug 484181</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
  <script src="/tests/SimpleTest/EventUtils.js"></script>
  <script src="spellcheck.js"></script>
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=484181">Mozilla Bug 484181</a>
<p id="display"></p>
<div id="content" style="display: none">

</div>
<pre id="test">
<script type="application/javascript">

/** Test for Bug 484181 **/

SimpleTest.waitForExplicitFinish();
addLoadEvent(runTest);

var gMisspeltWords;

function getEditor() {
  var win = window;
  var editingSession = SpecialPowers.wrap(win).docShell.editingSession;
  return editingSession.getEditorForWindow(win);
}

function append(str) {
  var edit = document.getElementById("edit");
  var editor = getEditor();
  var sel = editor.selection;
  sel.selectAllChildren(edit);
  sel.collapseToEnd();
  sendString(str);
}

function runTest() {
  gMisspeltWords = ["haz""cheezburger"];
  var edit = document.getElementById("edit");
  edit.focus();

  const { maybeOnSpellCheck } = SpecialPowers.ChromeUtils.importESModule(
    "resource://testing-common/AsyncSpellCheckTestHelper.sys.mjs"
  );
  maybeOnSpellCheck(edit, function() {
    ok(isSpellingCheckOk(getEditor(), gMisspeltWords),
       "All misspellings before editing are accounted for.");

    append(" becaz I'm a lulcat!");
    maybeOnSpellCheck(edit, function() {
      gMisspeltWords.push("becaz");
      gMisspeltWords.push("lulcat");
      ok(isSpellingCheckOk(getEditor(), gMisspeltWords),
         "All misspellings after typing are accounted for.");

      SimpleTest.finish();
    });
  });
}
</script>
</pre>

<div><div></div><div id="edit" contenteditable="true">I can haz cheezburger</div></div>

</body>
</html>

Messung V0.5 in Prozent
C=82 H=99 G=90

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