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

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: Fix typo in test expectations, tested build Created 5 years, 3 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..5f9b35bc4dd71fcff0df91c76fec2dd1ddccd773 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'
« no previous file with comments | « LayoutTests/fast/dom/NodeList/nodelist-iterable.html ('k') | LayoutTests/fast/dom/script-tests/domListEnumeration.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698