| Index: LayoutTests/fast/forms/select/optgroup-clicking-expected.txt
|
| diff --git a/LayoutTests/fast/forms/select/optgroup-clicking-expected.txt b/LayoutTests/fast/forms/select/optgroup-clicking-expected.txt
|
| index df806221e421d13cd7b1502e48734884d2fe7da9..d6a62986ea7a1b132338b4de9ee9d885e1ba17cd 100644
|
| --- a/LayoutTests/fast/forms/select/optgroup-clicking-expected.txt
|
| +++ b/LayoutTests/fast/forms/select/optgroup-clicking-expected.txt
|
| @@ -7,6 +7,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
| Click enabled option
|
| PASS $("listbox").selectedIndex is 1
|
|
|
| +Click on optgroup, should not deselect selectedIndex
|
| +PASS $("listbox").selectedIndex is 1
|
| +
|
| Click disabled option - doesn't change selectedIndex
|
| PASS $("listbox").selectedIndex is 1
|
|
|
|
|