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 883 B image not shown  

Quellcode-Bibliothek bug1663475-1.html   Sprache: HTML

 
 products/sources/formale Sprachen/C/Firefox/layout/base/tests/bug1663475-1.html


<!doctype html>
<html class="reftest-wait">
<title>Caret is correctly painted over inline with clip</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<script src="/tests/SimpleTest/EventUtils.js"></script>
<style>
  div {
    font: 16px/1 monospace;
    caret-color: black;
  }
  div:focus {
    outline: 2px solid blue;
  }
  span {
    /* This should only leave the "c" letter visible, but the caret should
       still be visible when between "a" and "b" */
    clip-path: inset(0 2ch);
  }
</style>
<div contenteditable spellcheck="false">
  <span>abcde</span>
</div>
<script>
SimpleTest.waitForFocus(function() {
  document.querySelector('[contenteditable]').focus();
  requestAnimationFrame(function() {
    // Position the caret between "a" and "b".
    synthesizeKey("KEY_ArrowRight");
    document.documentElement.removeAttribute("class");
  });
});
</script>

Messung V0.5
C=94 H=94 G=93

¤ 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.0.10Bemerkung:  (vorverarbeitet)  ¤

*Bot Zugriff






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.