Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / domtimestamp-is-number-expected.txt
blobb415a0df926060e684d34fcac48d8af8b08634cb
1 This tests that DOMTimeStamp is a Number (and not a Date object).
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS timestamp instanceof Date is false
7 PASS timestamp == Number(timestamp) is true
8 PASS successfullyParsed is true
10 TEST COMPLETE