- From: Travis Leithead <web-platform-tests-notifications@w3.org>
- Date: Mon, 30 Sep 2013 23:25:59 GMT
- To: public-web-platform-tests-notifications@w3.org
Chrome throws (as I suspected, given the previous test results). This throwing behavior of Chrome is consistent with the results of: var date = new Date("2011-01-01"); date.valueOf = function() { throw "Don't throw"; }; var date2 = new Date(date); // Which throws. View on GitHub: https://github.com/w3c/web-platform-tests/pull/271#discussion_r6674624
Received on Monday, 30 September 2013 23:26:05 UTC