Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/layout/base/tests/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 764 B image not shown  

Quelle  bug1506547-6.html   Sprache: HTML

 
 products/sources/formale Sprachen/C/Firefox/layout/base/tests/bug1506547-6.html


<!doctype html>
<html class="reftest-wait">
<title>Caret on editable line with non-editable content and whitespace.</title>
<script src="/tests/SimpleTest/EventUtils.js"></script>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<style>
 * { outline: none }

 div {
  border: 1px solid red;
  margin: 5px;
  padding: 2px;
 }
</style>
<div contenteditable="true"><span contenteditable="false">xyz </span><br>editable</div>
<script>
SimpleTest.waitForFocus(function() {
  const editable = document.querySelector('div[contenteditable="true"]');
  editable.focus();
  synthesizeKey("KEY_ArrowDown");
  synthesizeKey("KEY_ArrowLeft");
  setTimeout(() => {
    sendString("xxx");
    setTimeout(() => document.documentElement.className = "");
  });
});
</script>

Messung V0.5
C=90 H=92 G=90

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