Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / array-map-expected.txt
bloba896c0c547328912ccfbdf3bbcc93c655c0c10bf
1 1.0 Behavior with Holes in Array
2 The following tests ensure that map skips holes in the array it constructs. You should see false and true printed in that order, followed by the printing of the indexes and values in two arrays, the first of which has no indexes and the second of which has one, whose value is NaN:
4 false
5 true
6 The following indexes are in the result array:
7 End indexes in the result array.
8 The following indexes are in the result array:
9 15: NaN
10 End indexes in the result array.