blob: 4cfe03d0c569db6aa9d478113ce0e012f389498f [file] [log] [blame]
Test constructor for WebKitPoint. <rdar://problem/6481690>
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS WebKitPoint.prototype.toString.call(new WebKitPoint) is '[object WebKitPoint]'
PASS WebKitPoint.prototype.toString.call(new WebKitPoint(0)) is '[object WebKitPoint]'
PASS WebKitPoint.prototype.toString.call(new WebKitPoint(1, 1)) is '[object WebKitPoint]'
PASS WebKitPoint.prototype.toString.call(new WebKitPoint(1, 2, 3)) is '[object WebKitPoint]'
PASS successfullyParsed is true
TEST COMPLETE