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

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

Issue 1409433003: CSS Font Loading: make FontFaceSet Setlike (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: oilpan type fix Created 5 years, 2 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: third_party/WebKit/LayoutTests/fast/js/iterable-object-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/js/iterable-object-expected.txt b/third_party/WebKit/LayoutTests/fast/js/iterable-object-expected.txt
index c7ab50835fbb396df97ee2b58f24109472359157..f359fb08351e0383fa323c8dfcf5533331d16798 100644
--- a/third_party/WebKit/LayoutTests/fast/js/iterable-object-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/js/iterable-object-expected.txt
@@ -16,9 +16,9 @@ value = 9
value = 16
key = 0
key = 1
-key = 2
-key = 3
key = 4
+key = 9
+key = 16
value = 0
value = 1
value = 4
@@ -26,9 +26,9 @@ value = 9
value = 16
entry = 0,0
entry = 1,1
-entry = 2,4
-entry = 3,9
-entry = 4,16
+entry = 4,4
+entry = 9,9
+entry = 16,16
PASS internals.forEach("not a function") threw exception TypeError: Failed to execute 'forEach' on 'Internals': The callback provided as parameter 1 is not a function..
callback called
PASS internals.forEach(function () { debug("callback called"); throw Error("stop!"); }) threw exception Error: stop!.

Powered by Google App Engine
This is Rietveld 408576698