]> source.dussan.org Git - jquery.git/commit
Css: Fix tests
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 10 Mar 2014 18:53:50 +0000 (19:53 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 10 Mar 2014 19:02:59 +0000 (20:02 +0100)
commit7ade83391eb4401eb49246cac90388f47f57440a
tree8617d48219eb883374e907c1cc382df6136ef985
parentb5050dc4895c0c5e132f1192cd9f8617267347cb
Css: Fix tests

It's not easy to find a CSS property that is implemented even in
ancient browsers and that returns a consistent result among browsers
when passed through .css(). color didn't work since Firefox normalizes
it an empty value to rgb(0, 0, 0).

(cherry-picked from 0c12cb3910c446960a274fb0eab11b8830bed71f)
test/unit/css.js