Re: [html-templates] Submission/unipro (#135)

Yuta-san, changes were made according your review notes. At the moment there is only one open question. You recommend to replace all of assert_true(something != null,...) by assert_not_equals(something, null, ...).
But we've added to our testscommon.js file functions assert_null() and assert_not_null(). Don't you mind to use our assert_(not)_null() functions?

View on GitHub: https://github.com/w3c/web-platform-tests/issues/135#issuecomment-21783020

Received on Tuesday, 30 July 2013 10:49:50 UTC