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

Quellcode-Bibliothek extend-1d.html   Sprache: unbekannt

 
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<body style="white-space:pre">0123456789
<script>
document.body.offsetTop;
// Test anchor < newfocus = focus
var t = document.body.firstChild;
var sel = window.getSelection();
sel.collapse(t, 2); // anchor
sel.extend(t, 8);   // focus

function doTest() {
  sel.extend(t, 8); // newfocus
  document.documentElement.removeAttribute('class');
}
document.addEventListener("MozReftestInvalidate", doTest);
</script>
</body>
</html>

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

[ 0.24Quellennavigators  Projekt   ]