Index: LayoutTests/fast/dom/incompatible-operations-expected.txt |
diff --git a/LayoutTests/fast/dom/incompatible-operations-expected.txt b/LayoutTests/fast/dom/incompatible-operations-expected.txt |
index a3d4c72a242e6d8fe20a5f663bc7548bbb38a0e5..6fb542ebc8659a6f0f002c23899cce439319f111 100644 |
--- a/LayoutTests/fast/dom/incompatible-operations-expected.txt |
+++ b/LayoutTests/fast/dom/incompatible-operations-expected.txt |
@@ -12,10 +12,10 @@ PASS aNode.isSameNode(void 0) is false |
PASS aNode.lookupPrefix(aDOMImplementation) is null |
PASS aNode.lookupPrefix(void 0) is null |
PASS aNode.cloneNode(aDOMImplementation) instanceof HTMLDivElement is true |
-PASS aSelect.add(aDOMImplementation, aDOMImplementation) threw exception TypeError: Failed to execute 'add' on 'HTMLSelectElement': Not a valid union member.. |
-PASS aSelect.add(aDOMImplementation, anOption) threw exception TypeError: Failed to execute 'add' on 'HTMLSelectElement': Not a valid union member.. |
-PASS aSelect.add(void 0, void 0) threw exception TypeError: Failed to execute 'add' on 'HTMLSelectElement': Not a valid union member.. |
-PASS aSelect.add(void 0, anOption) threw exception TypeError: Failed to execute 'add' on 'HTMLSelectElement': Not a valid union member.. |
+PASS aSelect.add(aDOMImplementation, aDOMImplementation) threw exception TypeError: Failed to execute 'add' on 'HTMLSelectElement': The provided value is not of type '(HTMLOptionElement or HTMLOptGroupElement)'. |
+PASS aSelect.add(aDOMImplementation, anOption) threw exception TypeError: Failed to execute 'add' on 'HTMLSelectElement': The provided value is not of type '(HTMLOptionElement or HTMLOptGroupElement)'. |
+PASS aSelect.add(void 0, void 0) threw exception TypeError: Failed to execute 'add' on 'HTMLSelectElement': The provided value is not of type '(HTMLOptionElement or HTMLOptGroupElement)'. |
+PASS aSelect.add(void 0, anOption) threw exception TypeError: Failed to execute 'add' on 'HTMLSelectElement': The provided value is not of type '(HTMLOptionElement or HTMLOptGroupElement)'. |
PASS aSelect.add(anOption, aDOMImplementation) is undefined. |
PASS aSelect.add(anOption, void 0) is undefined. |
PASS successfullyParsed is true |