Eine aufbereitete Darstellung der Quelle

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

Benutzer

 test_input_radio_radiogroup.html

  Interaktion und
PortierbarkeitHTML
 

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


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

<head>
  <title>Test for Bug 343444</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=343444">Mozilla Bug 343444</a>
<p id="display"></p>
<form>
  <fieldset id="testradio">
    <input type="radio" name="testradio" id="start"></input>
    <input type="text"  name="testradio"></input>
    <input type="text"  name="testradio"></input>
    <input type="radio" name="testradio"></input>
    <input type="text"  name="testradio"></input>
    <input type="radio" name="testradio"></input>
    <input type="text"  name="testradio"></input>
    <input type="radio" name="testradio"></input>
    <input type="radio" name="testradio"></input>
    <input type="text"  name="testradio"></input>
  </fieldset>

  <fieldset>
    <input type="radio" name="testtwo" id="start2"></input>
    <input type="radio" name="testtwo"></input>
    <input type="radio" name="error" id="testtwo"></input>
    <input type="radio" name="testtwo" id="end"></input>
  </fieldset>

  <fieldset>
    <input type="radio" name="testthree" id="start3"></input>
    <input type="radio" name="errorthree" id="testthree"></input>
  </fieldset>
</form>
<script class="testbody" type="text/javascript">
/** Test for Bug 343444 */
SimpleTest.waitForExplicitFinish();
startTest();
function startTest() {
  document.getElementById("start").focus();
  var count=0;
  while (count < 2) {
    sendKey("DOWN");
    is(document.activeElement.type, "radio""radioGroup should ignore non-radio input fields");
    if (document.activeElement.id == "start") {
      count++;
    }
  }

  document.getElementById("start2").focus();
  count = 0;
  while (count < 3) {
    is(document.activeElement.name, "testtwo",
       "radioGroup should only contain elements with the same @name")
    sendKey("DOWN");
    count++;
  }

  document.getElementById("start3").focus();
  sendKey("DOWN");
  is(document.activeElement.name, "testthree""we don't have an infinite-loop");
  SimpleTest.finish();
}
</script>
</pre>
</body>
</html>


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

¤ Diese beiden folgenden Angebotsgruppen bietet das Unternehmen0.3Angebot  ¤

*Eine klare Vorstellung vom Zielzustand






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

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=476070
#Domains=661743