diff --git a/test/unit/css.js b/test/unit/css.js index 9f84d86e..89f83982 100644 --- a/test/unit/css.js +++ b/test/unit/css.js @@ -85,7 +85,7 @@ test("css(String, Function)", function() { try { expect(3); - var colors = ["red", "green", "blue"]; + var colors = ["#ff0000", "#00ff00", "#0000ff"]; jQuery("
" + "
" + @@ -116,7 +116,7 @@ test("css(Object) where values are Functions", function() { try { expect(3); - var colors = ["red", "green", "blue"]; + var colors = ["#ff0000", "#00ff00", "#0000ff"]; jQuery("
" + "
" +