Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: LayoutTests/fast/dom/domListEnumeration-expected.txt

Issue 1220883007: [dom] support iterable<> NodeList (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'
« no previous file with comments | « no previous file | LayoutTests/fast/dom/htmlallcollection-enumerated-properties.html » ('j') | Source/core/dom/NodeList.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698