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

This test isn't going to work, because the HTML5 spec does not specify that the raw-converted date object is returned. Rather in the definition of valueAsDate, if the conversion algorithm (string->date) fails to return a Date (which it will for the empty string), then null is returned.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/271#discussion_r6469339

Received on Thursday, 19 September 2013 18:43:39 UTC