blob: 13bf0fe84c1db70d1049a68cac431409aa525347 [file] [log] [blame]
This page tests setting 'selected' and 'text' on an option element. See http://bugzilla.opendarwin.org/show_bug.cgi?id=9095.
If the test passes, you'll see a series of 'PASS' messages below.
PASS: document.getElementById('sel').options.selectedIndex should be 1 and is.
PASS: document.getElementById('sel').options[1].selected should be true and is.
PASS: document.getElementById('sel').options[1].text should be PASS and is.