Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/layout/reftests/xul/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 653 B image not shown  

Quelle  image-appearance-dynamic.xhtml   Sprache: unbekannt

 
Spracherkennung für: .xhtml vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

<?xml version="1.0"?>
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" class="reftest-wait">
  <style xmlns="http://www.w3.org/1999/xhtml"><![CDATA[
    image {
      list-style-image: url(colors-16x8.png);
    }
    .tweak {
      -moz-appearance: button-arrow-up;
    }
  ]]></style>
  <hbox>
    <image/>
  </hbox>
  <script>
  window.addEventListener("load", function() {
    document.querySelector("image").className = "tweak";
    document.documentElement.className = "";
  });
  </script>
</window>

[ Dauer der Verarbeitung: 0.27 Sekunden  ]