haikuwebkit/LayoutTests/js/dom/array-sort-accessor-adds-tw...

9 lines
186 B
Plaintext

.sort(comparator):
c,b,a,d,undefined,undefined,undefined,hole,foo,bar,foo,bar
.sort():
a,b,c,d,undefined,undefined,undefined,hole,foo,bar
PASS successfullyParsed is true
TEST COMPLETE