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

the test is OK but I think the failure message for the second test would be more informative when DOMException.prototype.name doesn't exist  that it explicitly state that property does not exist. I believe this would mean changing utils.js such that a test of "desc1" was done before line 37:

37: assert_true(!!desc1, description + " exists");


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

Received on Monday, 30 September 2013 16:19:53 UTC