Reviewers: MikeSamuel, Description: This fixes:
bug 1131 - bridal constructClone doesn't set the "class" attribute properly on IE[67]. bug 1140 - testUseMap fails on various browsers, because it's doing un-normalized html comparison. after this change, it still fails on IE[67] because you can't set an element's @name after it's created. bug 1142 - two cloneNode tests fail on IE8-std. bug 1143 - _testSideEffectTestFramework fails on IE. bug 1162 - Array.slice behaves differently on various browsers when the end arg === undefined. bug 1168 - "Ready for testing" box never turns green on IE[67]. Please review this at http://codereview.appspot.com/157093 Affected files: M src/com/google/caja/cajita.js M src/com/google/caja/plugin/bridal.js M tests/com/google/caja/plugin/domita_test.html M tests/com/google/caja/plugin/domita_test_untrusted.html
