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_bug1230665.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/dom/html/test/test_bug1230665.html


<html>
<head>
  <title>Test for Bug 1230665</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>
<script>
SimpleTest.waitForExplicitFinish();

SimpleTest.waitForFocus(function() {
  document.getElementById("flexbutton1").focus();
  synthesizeKey("KEY_Tab");
  var e = document.getElementById("flexbutton2");
  is(document.activeElement, e, "focus in flexbutton2 after TAB");

  document.getElementById("gridbutton1").focus();
  synthesizeKey("KEY_Tab");
  e = document.getElementById("gridbutton2");
  is(document.activeElement, e, "focus in gridbutton2 after TAB");

  SimpleTest.finish();
});

</script>

<div tabindex="0" style="display:flex">
  <button id="flexbutton1"></button>
  text <!-- this text will force a :-moz-anonymous-flex-item frame -->
  <div style="">
    <button id="flexbutton2"></button>
  </div>
</div>


<div tabindex="0" style="display:grid">
  <button id="gridbutton1"></button>
  text <!-- this text will force a :-moz-anonymous-grid-item frame -->
  <div style="">
    <button id="gridbutton2"></button>
  </div>
</div>

</body>
</html>

Messung V0.5
C=98 H=100 G=98

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