blob: ddb798105e60d35e527cc283e2f02e2c4e9421e0 [file] [log] [blame]
This tests that DOMTimeStamp is a Number (and not a Date object).
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS timestamp instanceof Date is false
PASS timestamp == Number(timestamp) is true
PASS successfullyParsed is true
TEST COMPLETE