Eine aufbereitete Darstellung der Quelle

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

Benutzer

Quelle  test_bug1068979.html

  Sprache: HTML
 

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


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

<head>
  <title>Test for Bug 1068979</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <script src="/tests/SimpleTest/EventUtils.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1068979">Mozilla Bug 1068979</a>
<p id="display"></p>
<div id="content">
  <div id="editor1" contenteditable="true">𝐀</div>
  <div id="editor2" contenteditable="true">a<u>𝐁</u>b</div>
  <div id="editor3" contenteditable="true">a𝐂<u>b</u></div>
</div>
<pre id="test">
<script type="application/javascript">

/** Test for Bug 1068979 **/

SimpleTest.waitForExplicitFinish();
SimpleTest.waitForFocus(function() {
  // Test backspacing over SMP characters pasted-in to a contentEditable
  getSelection().selectAllChildren(document.getElementById("editor1"));
  var ed1 = document.getElementById("editor1");
  var ch1 = ed1.textContent;
  ed1.focus();
  synthesizeKey("C", {accelKey: true});
  synthesizeKey("V", {accelKey: true});
  synthesizeKey("V", {accelKey: true});
  synthesizeKey("V", {accelKey: true});
  synthesizeKey("V", {accelKey: true});
  is(ed1.textContent, ch1 + ch1 + ch1 + ch1, "Should have four SMP characters");
  sendKey("back_space");
  is(ed1.textContent, ch1 + ch1 + ch1, "Three complete characters should remain");
  sendKey("back_space");
  is(ed1.textContent, ch1 + ch1, "Two complete characters should remain");
  sendKey("back_space");
  is(ed1.textContent, ch1, "Only one complete SMP character should remain");
  ed1.blur();

  // Test backspacing across an SMP character in a sub-element
  getSelection().selectAllChildren(document.getElementById("editor2"));
  var ed2 = document.getElementById("editor2");
  ed2.focus();
  sendKey("right");
  sendKey("back_space");
  sendKey("back_space");
  is(ed2.textContent, "a""Only the 'a' should remain");
  ed2.blur();

  // Test backspacing across an SMP character from a following sub-element
  getSelection().selectAllChildren(document.getElementById("editor3"));
  var ed3 = document.getElementById("editor3");
  ed3.focus();
  sendKey("right");
  sendKey("left");
  sendKey("back_space");
  is(ed3.textContent, "ab""The letters 'ab' should remain");
  ed3.blur();

  SimpleTest.finish();
});

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

Messung V0.5 in Prozent
C=94 H=99 G=96

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

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