| 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 24b7b32f5b639c253a4b2cefe2f3a0cd20392e31..f0f2221a36c1db33cd0603c9160a2a3c0464683e 100644
|
| --- a/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt
|
| +++ b/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt
|
| @@ -57,7 +57,7 @@ PASS mySelect.selectedIndex is -1
|
| PASS mySelect.options.length is 10
|
| PASS mySelect.selectedIndex is -1
|
| 19) trying to set an element that's not an option: select element
|
| -PASS mySelect.options[10] = mySelect; threw exception TypeError: The provided value is not of type 'HTMLOptionElement'..
|
| +PASS mySelect.options[10] = mySelect; threw exception TypeError: Failed to set an indexed property on 'HTMLOptionsCollection': The provided value is not of type 'HTMLOptionElement'..
|
| PASS mySelect.options.length is 10
|
| PASS mySelect.selectedIndex is -1
|
| 20) trying to set a option element using an invalid index: negative infinity
|
|
|