Reviewers: MikeSamuel,

Description:
This fixes some test failures on Opera 10

http://code.google.com/p/google-caja/issues/detail?id=1141
  several tests failed, because color comparisons failed,
  because when reading a colorname like 'red', Opera gives
  you the string '"red"'.

http://code.google.com/p/google-caja/issues/detail?id=1166
  testRowCell failed because it's testing for a specific
  exception message with assertEquals, but Opera appends
  some extra info to the end of thte message.

http://code.google.com/p/google-caja/issues/detail?id=1167
  I'm not sure why the commonJsModule tests were failing,
  but they're not failing now.

with this change, there's only 1 failure remaining on Opera:
http://code.google.com/p/google-caja/issues/detail?id=1165
  testCustomEvents still fails.  I made some changes to
  report the problem better.

Please review this at http://codereview.appspot.com/157123

Affected files:
  M     tests/com/google/caja/plugin/domita_test.html
  M     tests/com/google/caja/plugin/domita_test_untrusted.html
  M     tests/com/google/caja/plugin/jsunit.js


Reply via email to