Index: LayoutTests/fast/dom/htmlcollection-length-after-item-expected.txt |
diff --git a/LayoutTests/fast/dom/htmlcollection-length-after-item-expected.txt b/LayoutTests/fast/dom/htmlcollection-length-after-item-expected.txt |
index c29f4c4c1df55bf509bce1a28ed43742aa7a47eb..623d29ff314a15137970dd8677c33b6608b9492f 100644 |
--- a/LayoutTests/fast/dom/htmlcollection-length-after-item-expected.txt |
+++ b/LayoutTests/fast/dom/htmlcollection-length-after-item-expected.txt |
@@ -6,4 +6,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS children = container.children; children.length is 0 |
PASS container.appendChild(span); children[1]; children.length is 1 |
PASS container.removeChild(span); children.length is 0 |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |