Index: LayoutTests/fast/dom/NodeList/nodelist-namespace-invalidation-expected.txt |
diff --git a/LayoutTests/fast/dom/NodeList/nodelist-namespace-invalidation-expected.txt b/LayoutTests/fast/dom/NodeList/nodelist-namespace-invalidation-expected.txt |
index 344c893a951c3be15e1753ab3ea88c2857789f6a..a3b5f18fa4a23f98180ab8b902d4748dd1c59bcc 100644 |
--- a/LayoutTests/fast/dom/NodeList/nodelist-namespace-invalidation-expected.txt |
+++ b/LayoutTests/fast/dom/NodeList/nodelist-namespace-invalidation-expected.txt |
@@ -7,4 +7,7 @@ PASS appendImageWithId('firstImage'); nodeList = container.getElementsByTagNameN |
PASS nodeList.length is 1 |
PASS appendImageWithId('secondImage'); container.removeChild(container.firstChild); nodeList.item(0).id is 'secondImage' |
PASS nodeList.length is 1 |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |