| 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 f0f2221a36c1db33cd0603c9160a2a3c0464683e..2afc4370c5bc9e92ac328a24668fad056c308326 100644
|
| --- a/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt
|
| +++ b/LayoutTests/fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt
|
| @@ -70,7 +70,7 @@ PASS mySelect.selectedIndex is -1
|
| PASS mySelect.options.length is 10
|
| PASS mySelect.selectedIndex is -1
|
| 23) trying to add a non-option element
|
| -PASS mySelect.options.add({}) threw exception TypeError: Failed to execute 'add' on 'HTMLOptionsCollection': The element provided was not an HTMLOptionElement..
|
| +PASS mySelect.options.add({}) threw exception TypeError: Failed to execute 'add' on 'HTMLOptionsCollection': Not a valid union member..
|
| PASS mySelect.options.length is 10
|
| PASS mySelect.selectedIndex is -1
|
|
|
|
|