Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/intl/icu/source/data/unit/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 922 B image not shown  

Quelle  test_key_space_single_summary.html   Sprache: unbekannt

 
<!DOCTYPE html>
<html>
<head>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <script src="/tests/SimpleTest/EventUtils.js"></script>
  <script>
  SimpleTest.waitForExplicitFinish();
  function runTest() {
    const summary = document.querySelector("summary");
    summary.focus();
    synthesizeKey(" ");

    const details = document.querySelector("details");
    ok(details.open, "Dispatch space key on summary should open details.");

    SimpleTest.finish();
  }
  </script>
</head>
<body onload="runTest();">
  <details>
    <summary>Summary</summary>
    <p>This is the details.</p>
  </details>
</body>
</html>

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

[ Dauer der Verarbeitung: 0.1 Sekunden  (vorverarbeitet)  ]