Index: LayoutTests/fast/dom/html-collections-named-getter-mandatory-arg-expected.txt |
diff --git a/LayoutTests/fast/dom/html-collections-named-getter-mandatory-arg-expected.txt b/LayoutTests/fast/dom/html-collections-named-getter-mandatory-arg-expected.txt |
index e13297d6e411001584257090965bc80535066d34..b55006dd67da824a8e0776d4b1dc6e8aa3abd3ba 100644 |
--- a/LayoutTests/fast/dom/html-collections-named-getter-mandatory-arg-expected.txt |
+++ b/LayoutTests/fast/dom/html-collections-named-getter-mandatory-arg-expected.txt |
@@ -7,6 +7,7 @@ PASS htmlCollection.__proto__ is HTMLCollection.prototype |
PASS htmlCollection.length is 1 |
PASS htmlCollection.namedItem('testLink') is testLink |
PASS htmlCollection.namedItem() threw exception TypeError: Failed to execute 'namedItem' on 'HTMLCollection': 1 argument required, but only 0 present.. |
+PASS htmlCollection.item() threw exception TypeError: Failed to execute 'item' on 'HTMLCollection': 1 argument required, but only 0 present.. |
PASS successfullyParsed is true |
TEST COMPLETE |