Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/html/test/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  test_link_sizes.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/html/test/test_link_sizes.html


<!doctype html>
<html>
<head>
<title>Test link.sizes attribute</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" href="/tests/SimpleTest/test.css"/>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" sizes="16x16 24x24 32x32 48x48">
</head>
<body>

<pre id="test">
<script>

  var links = document.getElementsByTagName('link');
  for (var i = 0; i < links.length; ++i) {
    var link = links[i];
    ok("sizes" in link"link.sizes exists");

    if (link.rel == 'shortcut icon') {
      is(link.sizes.value, "16x16 24x24 32x32 48x48"'link.sizes.value correct value');
      is(link.sizes.length, 4'link.sizes.length correct value');
      ok(link.sizes.contains('32x32'), 'link.sizes.contains() works');
      link.sizes.add('64x64');
      is(link.sizes.length, 5'link.sizes.length correct value');
      link.sizes.remove('64x64');
      is(link.sizes.length, 4'link.sizes.length correct value');
      is(link.sizes + """16x16 24x24 32x32 48x48"'link.sizes stringify correct value');
    } else {
      is(link.sizes.value, ""'link.sizes correct value');
    }
  }
</script>
</pre>
</body>
</html>

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

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet am  2026-06-08) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.