- From: Travis Leithead <web-platform-tests-notifications@w3.org>
- Date: Thu, 19 Sep 2013 19:05:44 GMT
- To: public-web-platform-tests-notifications@w3.org
Per my previous comment, and what is currently spec'd in HTML5, I would expect this to not throw either; making it an invalid test. Oddly, Chrome's behavior is at odds with both HTML5 and WebIDL in this case: they seem to coerce the number into a date as if: input.valueAsDate = new Date(123); Implementation bug, I think. View on GitHub: https://github.com/w3c/web-platform-tests/pull/271#discussion_r6470088
Received on Thursday, 19 September 2013 19:05:50 UTC