/** Test for Bug 927796 **/ var s1 = $("s1");
s1.options[0].defaultSelected = false;
is(s1.options[0].selected, true, "First option in combobox should still be selected");
is(s1.options[1].selected, false, "Second option in combobox should not be selected");
var s2 = $("s2");
s2.options[0].defaultSelected = false;
is(s2.options[0].selected, false, "First option in listbox should not be selected");
is(s2.options[1].selected, false, "Second option in listbox should not be selected");
</script>
</body>
</html>
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.