<div dir="ltr">According to <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-document-lastmodified">http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-document-lastmodified</a>, if the date and time are not known, "the attribute must return the current date and time". Does current in this case mean the timestamp for when the document was retrieved, or does it mean that document.lastModified is equivalent to "new Date()" whenever the attribute is accessed? It appears that Firefox uses the first meaning and Chrome uses the latter meaning.<br>
</div>