tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / dom / HTMLSelectElement / selected-index-preserved-when-option-text-changes-expected.txt
1  
2 Fix for bug 70547-- changing the text of an option in a select element with no selected option (-1) should preserve that option
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5
6
7 Running tests on menu list
8 Setting selected index to -1
9 Changed text attribute of first item
10 PASS mySelect.selectedIndex is -1
11 Changed value attribute of first item
12 PASS mySelect.selectedIndex is -1
13 Changed label attribute of first item
14 PASS mySelect.selectedIndex is -1
15 Setting selected index to 1
16 Changed text attribute of first item
17 PASS mySelect.selectedIndex is 1
18 Changed value attribute of first item
19 PASS mySelect.selectedIndex is 1
20 Changed label attribute of first item
21 PASS mySelect.selectedIndex is 1
22 Running tests on list box
23 Setting selected index to -1
24 Changed text attribute of first item
25 PASS mySelect.selectedIndex is -1
26 Changed value attribute of first item
27 PASS mySelect.selectedIndex is -1
28 Changed label attribute of first item
29 PASS mySelect.selectedIndex is -1
30 Setting selected index to 1
31 Changed text attribute of first item
32 PASS mySelect.selectedIndex is 1
33 Changed value attribute of first item
34 PASS mySelect.selectedIndex is 1
35 Changed label attribute of first item
36 PASS mySelect.selectedIndex is 1
37 PASS successfullyParsed is true
38
39 TEST COMPLETE
40