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

9 lines
138 B
Plaintext

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