Index: LayoutTests/fast/dom/HTMLDocument/named-item-multiple-match-expected.txt |
diff --git a/LayoutTests/fast/dom/HTMLDocument/named-item-multiple-match-expected.txt b/LayoutTests/fast/dom/HTMLDocument/named-item-multiple-match-expected.txt |
index 86a1b8f16f99f1c9fda07d0b1f7d8db70f29e676..bfb9fa1d5ed50b0c025497119f5b102e335256c4 100644 |
--- a/LayoutTests/fast/dom/HTMLDocument/named-item-multiple-match-expected.txt |
+++ b/LayoutTests/fast/dom/HTMLDocument/named-item-multiple-match-expected.txt |
@@ -6,6 +6,9 @@ PASS collection = document.someName; collection.length is 2 |
PASS collection[0].title is "first" |
PASS collection[1].title is "second" |
PASS collection[1]; document.someName is collection |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
Tests that the named item created for an image with an ID is correctly removed. The test passes, if you see a "PASS" message in the div below. |