Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/editor/libeditor/tests/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 748 B image not shown  

Quelle  test_pasteImgTextarea.html

  Sprache: HTML
 

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


<!doctype html>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<img id="i" src="green.png">
<textarea id="t"></textarea>

<script>
let loaded = new Promise(resolve => addLoadEvent(resolve));
    add_task(async function() {
        await loaded;
        SpecialPowers.setCommandNode(window, document.getElementById("i"));
        SpecialPowers.doCommand(window, "cmd_copyImageContents");
        let input = document.getElementById("t");
        input.focus();
        var controller =
          SpecialPowers.wrap(input).controllers.getControllerForCommand("cmd_paste");
        is(controller.isCommandEnabled("cmd_paste"), true,
           "paste should be enabled in html textareas when an image is on the clipboard");
    });
</script>

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

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet am  2026-06-05) ¤

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