Index: LayoutTests/fast/dom/HTMLSelectElement/exceptions-expected.txt |
diff --git a/LayoutTests/fast/dom/HTMLSelectElement/exceptions-expected.txt b/LayoutTests/fast/dom/HTMLSelectElement/exceptions-expected.txt |
index 2e6c7b38321834a421fe00396857fe4ec9d145e6..8506a3e67fff76ea22cec6e35da952c4441b7b23 100644 |
--- a/LayoutTests/fast/dom/HTMLSelectElement/exceptions-expected.txt |
+++ b/LayoutTests/fast/dom/HTMLSelectElement/exceptions-expected.txt |
@@ -3,7 +3,7 @@ This test should trigger the single exception on HTMLSelectElement, and verify t |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS el[1] = 0; threw exception TypeMismatchError: Failed to set the '1' property on 'HTMLSelectElement': The value provided was not an HTMLOptionElement.. |
+PASS el[1] = 0; threw exception TypeError: Failed to set the '1' property on 'HTMLSelectElement': The value provided was not an HTMLOptionElement.. |
PASS successfullyParsed is true |
TEST COMPLETE |