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 97f0cc2698351188ccc322f602eb39b76418679d..b0a523ebbbf79748effb845a094105e2ef2af564 100644 |
--- a/LayoutTests/fast/dom/HTMLSelectElement/exceptions-expected.txt |
+++ b/LayoutTests/fast/dom/HTMLSelectElement/exceptions-expected.txt |
@@ -4,6 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS el[1] = 0; threw exception TypeError: Failed to set an indexed property on 'HTMLSelectElement': The provided value is not of type 'HTMLOptionElement'.. |
+PASS el.namedItem() threw exception TypeError: Failed to execute 'namedItem' on 'HTMLSelectElement': 1 argument required, but only 0 present.. |
PASS successfullyParsed is true |
TEST COMPLETE |