| Index: LayoutTests/platform/mac/fast/forms/select/optgroup-clicking-expected.txt
|
| diff --git a/LayoutTests/platform/mac/fast/forms/select/optgroup-clicking-expected.txt b/LayoutTests/platform/mac/fast/forms/select/optgroup-clicking-expected.txt
|
| index 998712d03c085ad805fc0ce6853b28f3aa4ca72d..72ffdeed17382c26e7ed1326be0df34ff05f4955 100644
|
| --- a/LayoutTests/platform/mac/fast/forms/select/optgroup-clicking-expected.txt
|
| +++ b/LayoutTests/platform/mac/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
|
|
|
|
|