Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Fix unit tests on FF4, Opera #364

Closed
wants to merge 2 commits into from

Commits on Jun 2, 2011

  1. Fix formatError for FF4 and Opera

    Other browsers prepend "Error: <Exception name>" to stack, but FF4 and Opera do not.
    So when formatting error we prepend it by hand, when not present...
    vojtajina committed Jun 2, 2011
    Configuration menu
    Copy the full SHA
    1b6f07b View commit details
    Browse the repository at this point in the history
  2. Fix CSS tests on Opera

    Opera translates name colors to numbers (red -> #ff0000)
    Other browsers like FF or Chrome translate number to rgb (#ff0000 -> rgb(255, 0, 0)
    So avoiding colors in tests is probably the easiest solution...
    vojtajina committed Jun 2, 2011
    Configuration menu
    Copy the full SHA
    e71740c View commit details
    Browse the repository at this point in the history