NEW137287
For a Date object from a different frame: ""+date !== date.toString()
https://bugs.webkit.org/show_bug.cgi?id=137287
Summary For a Date object from a different frame: ""+date !== date.toString()
Will Thimbleby
Reported 2014-09-30 22:15:00 PDT
Created attachment 238997 [details] Sandboxed date string conversion test case. Given a sandboxing iFrame, after creating a Date object from the sandbox, calling date.toString() gives a different result to calling ""+date. The automatic conversion of the date to a string when appended to a string is wrong: ""+date === 1412140297227 See attachment with test case.
Attachments
Sandboxed date string conversion test case. (1.06 KB, text/html)
2014-09-30 22:15 PDT, Will Thimbleby
no flags
Alexey Proskuryakov
Comment 1 2014-10-04 17:07:37 PDT
This happens any time the date object is created via a different frame - it does not have to be display:none, and it doesn't have to be empty.
David Kilzer (:ddkilzer)
Comment 2 2016-09-09 10:55:33 PDT
Note You need to log in before you can comment on or make changes to this bug.