| 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!.
|
|
|