| Index: LayoutTests/fast/forms/listbox-clear-restore-expected.html
|
| diff --git a/LayoutTests/fast/forms/listbox-clear-restore-expected.html b/LayoutTests/fast/forms/listbox-clear-restore-expected.html
|
| index 56ca816ac4ac9d68f5c782e78ed5d435830e4766..d96d96b9f0f06d44dd200b98774534e36567771b 100644
|
| --- a/LayoutTests/fast/forms/listbox-clear-restore-expected.html
|
| +++ b/LayoutTests/fast/forms/listbox-clear-restore-expected.html
|
| @@ -14,6 +14,8 @@ function populateList()
|
| item.appendChild(document.createTextNode("Item #" + ii));
|
| myList.appendChild(item);
|
| }
|
| + item.selected = true;
|
| + item.selected = false;
|
| }
|
|
|
| function test()
|
|
|