haikuwebkit/LayoutTests/js/kde/object_prototype_tostring-e...

19 lines
549 B
Plaintext

KDE JS Test
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS _array.toString() is "[object Array]"
PASS _string.toString() is "[object String]"
PASS _boolean.toString() is "[object Boolean]"
PASS _number.toString() is "[object Number]"
PASS _object.toString() is "[object Object]"
PASS _date.toString() is "[object Date]"
PASS _regexp.toString() is "[object RegExp]"
PASS _error.toString() is "[object Error]"
PASS _function.toString() is "[object Function]"
PASS successfullyParsed is true
TEST COMPLETE