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

Unified Diff: LayoutTests/fast/js/iterable-object-expected.txt

Issue 807263007: IDL: Add forEach() method to iterable<>/maplike<>/setlike<> interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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/js/iterable-object-expected.txt
diff --git a/LayoutTests/fast/js/iterable-object-expected.txt b/LayoutTests/fast/js/iterable-object-expected.txt
index ad4327606e86873aca0ef0810ff05557179dff44..09a1ae3ed4b1058354c66f6ae020fafe6c83b59c 100644
--- a/LayoutTests/fast/js/iterable-object-expected.txt
+++ b/LayoutTests/fast/js/iterable-object-expected.txt
@@ -29,6 +29,11 @@ entry = 1,1
entry = 2,4
entry = 3,9
entry = 4,16
+thisArg, 0, 0, [object Internals]
+thisArg, 1, 1, [object Internals]
+thisArg, 4, 2, [object Internals]
+thisArg, 9, 3, [object Internals]
+thisArg, 16, 4, [object Internals]
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698