haikuwebkit/LayoutTests/js/dom/array-sort-accessor-deletes...

9 lines
160 B
Plaintext

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