- From: Mark Sadecki <web-platform-tests-notifications@w3.org>
- Date: Sat, 09 Nov 2013 11:11:08 GMT
- To: public-web-platform-tests-notifications@w3.org
I'm pretty sure that given line 15:
`<input id="valid" type="date" value="2011-11-01" min="2011-01-01" max="2011-12-31" />`
line 35 should be
`assert_equals(document.getElementById("valid").value, "2011-11-01");`
not
`assert_equals(document.getElementById("valid").value, "2011-01-01");`
View on GitHub: https://github.com/w3c/web-platform-tests/pull/422
Received on Saturday, 9 November 2013 11:11:14 UTC