chromium/third_party/blink/web_tests/fast/js/array-join-bug-11524-expected.txt

This test verifies that Array.prototype.join uses the ToString operator rather than calling element.toString(). See bug 11524 for more information.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

PASS [customObject].join() is 'custom object'
PASS successfullyParsed is true

TEST COMPLETE