Closed
Description
For example in new Firefox 4 some tests asserting sprite background shift tend to fail because I (in agreement with all other browsers so far) expect "0px"
, but FF4 reports "0%
, which frankly isn't the same string. Similarily Opera reports colors as rgb()
whereas others report hexadecimal.
Will enhance the tests by using my new QUnit extension QUny which tests for equivalents rather for equals.