| Index: LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt
|
| diff --git a/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt b/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt
|
| index 10622b03969e85c95a283657988b441a89f8aee7..4f2331d78297070bdb6a1942ea86c7ef86047714 100644
|
| --- a/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt
|
| +++ b/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt
|
| @@ -1,6 +1,5 @@
|
|
|
| 1) setting length to a negative length
|
| -PASS mySelect.options.length = -1; threw exception IndexSizeError: Failed to set the 'length' property on 'HTMLOptionsCollection': The value provided (-1) is negative. Lengths must be greater than or equal to 0..
|
| PASS mySelect.options.length is 2
|
| PASS mySelect.selectedIndex is 1
|
| 2) setting length to a larger length
|
|
|