Index: LayoutTests/fast/dom/domListEnumeration-expected.txt |
diff --git a/LayoutTests/fast/dom/domListEnumeration-expected.txt b/LayoutTests/fast/dom/domListEnumeration-expected.txt |
index 4e8340035e4458cef7fd216f36a212a78d0155e9..7c341510991db8fa748550b25370b6f75f49c130 100644 |
--- a/LayoutTests/fast/dom/domListEnumeration-expected.txt |
+++ b/LayoutTests/fast/dom/domListEnumeration-expected.txt |
@@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
[object NodeList] |
-PASS resultArray.length is 5 |
+PASS resultArray.length is 9 |
PASS resultArray[0].i is '0' |
PASS resultArray[0].item is nodeList.item(0) |
PASS resultArray[1].i is '1' |
@@ -14,7 +14,7 @@ PASS resultArray[2].i is '2' |
PASS resultArray[2].item is nodeList.item(2) |
[object HTMLCollection] |
-PASS resultArray.length is 6 |
+PASS resultArray.length is 10 |
PASS resultArray[0].i is '0' |
PASS resultArray[0].item is htmlCollection.item(0) |
PASS resultArray[1].i is '1' |