Re: [WebIDL] Remainder of my tests (#271)

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