You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
…ty jQuery for some quite strange reason, even if there positively is one element with class `no_id`, which is proven by correct matching the element without the `:first` selector. This has been failing regardless jQuery version. Adds to GH-33 fixes.
* Promptly resolves sudden incompatibility with new jQuery 1.6 (GH-32).
* Enhanced test for by testing for CSS value equivalency rather for string equality (GH-33).
* `leader` tests Opera bug fixed (GH-34).
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 asrgb()
whereas others report hexadecimal.Will enhance the tests by using my new QUnit extension QUny which tests for equivalents rather for equals.
The text was updated successfully, but these errors were encountered: