Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/dom/html/test/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  test_focusshift_button.html   Sprache: HTML

 
 products/sources/formale Sprachen/C/Firefox/dom/html/test/test_focusshift_button.html


<!DOCTYPE HTML>
<html>
<head>
  <title>Test for shifting focus while mouse clicking on button</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <script src="/tests/SimpleTest/EventUtils.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<p id="display"></p>
<div id="content" style="display: none">

</div>

<script class="testbody" type="application/javascript">

var result = "";

SimpleTest.waitForExplicitFinish();
SimpleTest.waitForFocus(function() {
  synthesizeMouseAtCenter(document.getElementById("button"), { });
  is(result, "(focus button)(blur button)(focus input)""Focus button then input");
  SimpleTest.finish();
});
</script>


<button id="button" onfocus="result += '(focus button)'; document.getElementById('input').focus()"
                    onblur="result += '(blur button)'">Focus</button>
<input id="input" value="Test" onfocus="result += '(focus input)'"
                               onblur="result += '(blur input)'">

</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.