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

Quelle  test_bug1219928.html   Sprache: HTML

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


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

<head>
  <title>Test for Bug 1219928</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" href="/tests/SimpleTest/test.css" />
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1219928">Mozilla Bug 1219928</a>
<p id="display"></p>

<div contenteditable id="en-US" lang="en-US">
<p>And here a missspelled word</p>
<style>
<!-- and here another onnee in a style comment -->
</style>
</div>

<pre id="test">
<script class="testbody" type="text/javascript">

/** Test for Bug 1219928 **/
/* Very simple test to check that <style> blocks are skipped in the spell check */

var spellchecker;

SimpleTest.waitForExplicitFinish();
SimpleTest.waitForFocus(function() {
  var { maybeOnSpellCheck } = SpecialPowers.ChromeUtils.importESModule(
    "resource://testing-common/AsyncSpellCheckTestHelper.sys.mjs"
  );

  var elem = document.getElementById("en-US");
  elem.focus();

  maybeOnSpellCheck(elem, function() {
    var editingSession = SpecialPowers.wrap(window).docShell.editingSession;
    var editor = editingSession.getEditorForWindow(window);
    var selcon = editor.selectionController;
    var sel = selcon.getSelection(selcon.SELECTION_SPELLCHECK);

    is(sel.toString(), "missspelled""one misspelled word expected: missspelled");

    spellchecker = SpecialPowers.Cu.createSpellChecker();
    spellchecker.setFilterType(spellchecker.FILTERTYPE_NORMAL);
    spellchecker.InitSpellChecker(editor, false, spellCheckStarted);
  });
});

function spellCheckStarted() {
  var misspelledWord = spellchecker.GetNextMisspelledWord();
  is(misspelledWord, "missspelled""first misspelled word expected: missspelled");

  // Without the fix, the next misspelled word was 'onnee', so we check that we don't get it.
  misspelledWord = spellchecker.GetNextMisspelledWord();
  isnot(misspelledWord, "onnee""second misspelled word should not be: onnee");

  spellchecker = "";

  SimpleTest.finish();
}

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

Messung V0.5
C=90 H=100 G=95

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

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