http://codereview.appspot.com/151049/diff/8/9
File tests/com/google/caja/plugin/domita_test_untrusted.html (right):

http://codereview.appspot.com/151049/diff/8/9#newcode3018
tests/com/google/caja/plugin/domita_test_untrusted.html:3018: if
(tableDeleteRow && tbodyDeleteRow) {
On 2009/11/11 03:18:59, MikeSamuel wrote:
Maybe assert that these two are true.

I was thinking more along the lines of
assertTrue(tableDeleteRow);
assertTrue(tbodyDeleteRow);

http://codereview.appspot.com/151049

Reply via email to