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

SSL test_bug1550869_video.html   Sprache: HTML

 
 products/sources/formale Sprachen/C/Firefox/layout/base/tests/test_bug1550869_video.html


<!DOCTYPE HTML>
<html>
  <title>Bug 1516963: Test AccessibleCaret doesn't show when clicking on an empty video container.
  <script src="/tests/SimpleTest/EventUtils.js"></script>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
  <style>
  #container {
    border: 1px solid blue;
    width: 100px;
    height: 100px;
    background-color: yellow;
  }
  </style>
  <script>
  SimpleTest.waitForExplicitFinish();

  document.addEventListener("selectionchange", () => {
    ok(window.getSelection().isCollapsed, "The selection should be collapsed!");
  });

  function click() {
    ok(window.getSelection().isCollapsed, "The selection should start collapsed!");
    let container = document.getElementById("container");
    synthesizeMouseAtCenter(container, {});
    setTimeout(() => {
      ok(window.getSelection().isCollapsed, "The selection should remain collapsed!");
      SimpleTest.finish();
    });
  }
  </script>
  <body onload="SimpleTest.waitForFocus(click);">
    <video id="container"></video>
  </body>
</html>

Messung V0.5
C=93 H=98 G=95

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