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 991 B image not shown  

Quelle  text-crop-ref.xhtml   Sprache: unbekannt

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

<?xml version="1.0"?>
<window class="reftest-wait"
        align="start"
        xmlns:html="http://www.w3.org/1999/xhtml"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<html:style type="text/css">
  @font-face {
    font-family: firasans;
    src: url(../fonts/fira/FiraSans-Regular.otf);
  }
  vbox {
    font-family: firasans;
    font-size: 40px;
  }
</html:style>
<vbox width="230">
  <label id="start" value="" />
  <label id="end" value="" />
  <label id="center" value="" />
</vbox>
<script>
<![CDATA[
function text(n) {
  // Include U+FE0E variation selector to ensure font selection doesn't
  // seek out a color-emoji font in preference to Fira.
  return "\u{1F310}\u{FE0E}".repeat(n);
}
var e = "\u{2026}";
// document.getElementById("start").value = e + text(4);
document.getElementById("end").value = text(4) + e;
document.getElementById("center").value = text(2) + e + text(2);
document.documentElement.className = "";
]]>
</script>
</window>

[ Dauer der Verarbeitung: 0.31 Sekunden  ]