Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/layout/svg/tests/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  test_hover_near_text.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/layout/svg/tests/test_hover_near_text.html


<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8"/>
        <title>Test mouse hover near text element inside svg element with viewBox attribute</title>
        <script src="/tests/SimpleTest/SimpleTest.js"></script>
    </head>
    <body style="margin:0">
        <div>
            <svg viewBox="-1 -1 2 2" width="300" height="300">
                <text style="font-size:0.1px" onmouseover="this.setAttribute('fill', 'red')">Hi</text>
            </svg>
        </div>
        <p>
            <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1519144">Mozilla Bug 1519144</a>
        </p>
        <script type="application/javascript">
            let utils = SpecialPowers.getDOMWindowUtils(window);
            utils.sendMouseEvent('mousemove'155125000); //hover above the text
            utils.sendMouseEvent('mousemove'125155000); //hover to the left of the text
            requestIdleCallback(() => {
                ok(!document.getElementsByTagName('text')[0].hasAttribute('fill'),
                   'Text element should not receive an event');
                SimpleTest.finish();
            });
            SimpleTest.waitForExplicitFinish()
        </script>
    </body>
</html>

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

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