blob: b415a0df926060e684d34fcac48d8af8b08634cb [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