Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / array-join-bug-11524-expected.txt
bloba45fc6798a2af42d58af080248a98f6dcf7edbc4
1 This test verifies that Array.prototype.join uses the ToString operator rather than calling element.toString(). See bug 11524 for more information.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS [customObject].join() is 'custom object'
7 PASS successfullyParsed is true
9 TEST COMPLETE