blob: f36c9d85d811a237c5ef44a8f1c1d6eb3938e181 [file] [log] [blame]
Tests that calling media.getStartDate() returns NaN when no start date is available.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS isNaN(document.createElement('audio').getStartDate()) is true
PASS isNaN(document.createElement('video').getStartDate()) is true
PASS document.createElement('audio').getStartDate() is an instance of Date
PASS document.createElement('video').getStartDate() is an instance of Date
PASS successfullyParsed is true
TEST COMPLETE