| Index: LayoutTests/fast/dom/HTMLOptionElement/collection-setter-getter-expected.txt
|
| diff --git a/LayoutTests/fast/dom/HTMLOptionElement/collection-setter-getter-expected.txt b/LayoutTests/fast/dom/HTMLOptionElement/collection-setter-getter-expected.txt
|
| index 53f5996c81215a71c3e14a2d38b593418485c3b7..1c70229c46cfd3b5c8bb4ae347c14158f5d0e758 100644
|
| --- a/LayoutTests/fast/dom/HTMLOptionElement/collection-setter-getter-expected.txt
|
| +++ b/LayoutTests/fast/dom/HTMLOptionElement/collection-setter-getter-expected.txt
|
| @@ -13,7 +13,7 @@ PASS set_options.length is 3
|
| 4) trying to set an element to a non-Option value: null
|
| PASS set_options.length is 3
|
| 5) trying to set an element to a non-Option value: form (object of incorrect type)
|
| -PASS set_options[10] = my_form threw exception TypeError: The provided value is not of type 'HTMLOptionElement'..
|
| +PASS set_options[10] = my_form threw exception TypeError: Failed to set an indexed property on 'HTMLOptionsCollection': The provided value is not of type 'HTMLOptionElement'..
|
| PASS set_options.length is 3
|
| PASS successfullyParsed is true
|
|
|
|
|