[Bug 23853] Please clarify the interpretation of the WebIDL undefined Date in the File constructor

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23853

--- Comment #4 from Victor Costan <costan@gmail.com> ---
Boris: according to my interpretation of the current File spec, if a File is
constructed using the file constructor, e.g.

var file = new File([], "");

then file.lastModifiedDate should always return the same value. Step 3.3 in
Section 7.1 says that the lastModifiedDate should be set to the current time,
so lastModifiedDate should always return the time when the File was
constructed.

Am I wrong?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 18 November 2013 17:54:39 UTC