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 2afc4370c5bc9e92ac328a24668fad056c308326..10622b03969e85c95a283657988b441a89f8aee7 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': Not a valid union member.. |
+PASS mySelect.options.add({}) threw exception TypeError: Failed to execute 'add' on 'HTMLOptionsCollection': The provided value is not of type '(HTMLOptionElement or HTMLOptGroupElement)'. |
PASS mySelect.options.length is 10 |
PASS mySelect.selectedIndex is -1 |