Status: New Owner: metaweta Labels: Type-Defect Priority-Low
New issue 1290 by metaweta: toString on various DOM objects not whitelisted properly in Cajita/Valija
http://code.google.com/p/google-caja/issues/detail?id=1290 What steps will reproduce the problem? cajita.log(document.body + ', ' + document.body.toString()); What is the expected output? What do you see instead? Expect <BODY>, <BODY> but see <BODY>, [object Object].
