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


Quelle  test_cmd_paragraphState.html   Sprache: HTML

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


<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Testing "cmd_paragraphState" behavior</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<div contenteditable></div>
<script>
"use strict";

SimpleTest.waitForExplicitFinish();
SimpleTest.waitForFocus(() => {
  const editor = document.querySelector("div[contenteditable]");

  editor.innerHTML = "

abc

"
;
  editor.focus();
  getSelection().collapse(editor.querySelector("p").firstChild, 1);
  editor.getBoundingClientRect();
  SpecialPowers.doCommand(window, "cmd_paragraphState""");
  is(
    editor.innerHTML,
    "
abc
"
,
    "cmd_paragraphState with empty string should remove the parent block element"
  );

  editor.innerHTML = "
false\">

abc

"
;
  editor.focus();
  getSelection().collapse(editor.querySelector("p").firstChild, 1);
  editor.getBoundingClientRect();
  SpecialPowers.doCommand(window, "cmd_paragraphState""");
  is(
    editor.innerHTML,
    "
false\">

\">abc

"
,
    "cmd_paragraphState with empty string should not remove editing host"
  );

  editor.innerHTML = "
false\">

abc

"
;
  editor.focus();
  getSelection().collapse(editor.querySelector("span").firstChild, 1);
  editor.getBoundingClientRect();
  SpecialPowers.doCommand(window, "cmd_paragraphState""");
  is(
    editor.innerHTML,
    "
false\">

\">abc

"
,
    "cmd_paragraphState with empty string should not remove parents of inline editing host"
  );

  SimpleTest.finish();
});
</script>
</body>
</html>

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

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet)  ¤

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






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge