Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/layout/style/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_hover_on_part.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/layout/style/test/test_hover_on_part.html


<!doctype html>
<title>Shadow parts are invalidated correctly when only a pseudo-class state to the right of the part matches</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<script src="/tests/SimpleTest/EventUtils.js"></script>
<style>
  div {
    width: 100px;
    height: 100px;
  }
  #host::part(p) {
    background-color: red;
  }
  #host::part(p):hover {
    background-color: lime;
  }
</style>
<div id="host"></div>
<div id="random-element-to-force-change"></div>
<script>
SimpleTest.waitForExplicitFinish();

let host = document.getElementById("host");
host.attachShadow({ mode: "open" }).innerHTML = `
  <style>
    div {
      width: 100px;
      height: 100px;
    }
  </style>
  <div part=p></div>
`;

let part = host.shadowRoot.querySelector("div");
let other = document.getElementById("random-element-to-force-change");

SimpleTest.waitForFocus(function() {
  synthesizeMouseAtCenter(other, {type: "mousemove"});
  is(
    getComputedStyle(part).backgroundColor,
    "rgb(255, 0, 0)",
    "Part is red"
  );

  synthesizeMouseAtCenter(part, {type: "mousemove"});
  is(
    getComputedStyle(part).backgroundColor,
    "rgb(0, 255, 0)",
    "Part is lime"
  );
  SimpleTest.finish();
});
</script>

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

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