| Index: LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-multiple.html
|
| diff --git a/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-multiple.html b/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-multiple.html
|
| index dba6a7dd6a1e317c0635887024287c2e4ac62a5d..59bbadc68bbbb3d16197b99af3bfae0b26ab25d0 100644
|
| --- a/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-multiple.html
|
| +++ b/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-multiple.html
|
| @@ -14,7 +14,7 @@ reset(mySelect);
|
| var i = 0;
|
|
|
| debug((++i) + ") setting length to a negative length");
|
| -shouldThrow("mySelect.options.length = -1;");
|
| +mySelect.options.length = -1;
|
| shouldBe("mySelect.options.length", "2");
|
| shouldBe("mySelect.selectedIndex", "0");
|
|
|
|
|