Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  test_radio_radionodelist.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/html/test/forms/test_radio_radionodelist.html


<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=779723
-->

<head>
  <title>Test for Bug 779723</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <script src="/tests/SimpleTest/EventUtils.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=779723">Mozilla Bug 779723</a>
<p id="display"></p>
<form>
  <input type="checkbox" name="rdo" value="0" id="r0" checked="checked">
  <input type="radio" name="rdo" id="r1">
  <input type="radio" name="rdo" id="r2" value="2">
</form>
<script class="testbody" type="text/javascript">
/** Test for Bug 779723 **/

var rdoList = document.forms[0].elements.namedItem('rdo');
is(rdoList.value, """The value attribute should be empty");

document.getElementById('r2').checked = true;
is(rdoList.value, "2""The value attribute should be 2");

document.getElementById('r1').checked = true;
is(rdoList.value, "on""The value attribute should be on");

document.getElementById('r1').value = 1;
is(rdoList.value, "1""The value attribute should be 1");

is(rdoList.value, document.getElementById('r1').value,
  "The value attribute should be equal to the first checked radio input element's value");
ok(!document.getElementById('r2').checked,
   "The second radio input element should not be checked");

rdoList.value = '2';
is(rdoList.value, document.getElementById('r2').value,
  "The value attribute should be equal to the second radio input element's value");
ok(document.getElementById('r2').checked,
   "The second radio input element should be checked");

rdoList.value = '3';
is(rdoList.value, document.getElementById('r2').value,
  "The value attribute should be the second radio input element's value");
ok(document.getElementById('r2').checked,
   "The second radio input element should be checked");

</script>
</pre>
</body>
</html>


Messung V0.5 in Prozent
C=94 H=96 G=94

¤ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet am  2026-06-05) ¤

*© 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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik