blob: 29ca31bdfd3e2ef229b396c1aab26d3631b45d88 [file] [log] [blame]
This tests that toString() works correctly on NPObject.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS plugin[Symbol.toPrimitive] is undefined
PASS plugin.toString() is "TestObject"
PASS [plugin, ''].join('') is "TestObject"
PASS successfullyParsed is true
TEST COMPLETE