2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / dom / option-properties-expected.txt
blob13bf0fe84c1db70d1049a68cac431409aa525347
1 This page tests setting 'selected' and 'text' on an option element. See http://bugzilla.opendarwin.org/show_bug.cgi?id=9095.
3 If the test passes, you'll see a series of 'PASS' messages below.
5 PASS: document.getElementById('sel').options.selectedIndex should be 1 and is.
6 PASS: document.getElementById('sel').options[1].selected should be true and is.
7 PASS: document.getElementById('sel').options[1].text should be PASS and is.