From 3774f3655c8f38cf2c82f2be9dbe69fa32468073 Mon Sep 17 00:00:00 2001 From: Andy Edinborough Date: Sun, 30 Dec 2012 11:22:47 -0600 Subject: [PATCH] update test names --- tests/qunit/unit/css.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/qunit/unit/css.js b/tests/qunit/unit/css.js index 5b492cd..0feb7e2 100644 --- a/tests/qunit/unit/css.js +++ b/tests/qunit/unit/css.js @@ -200,7 +200,7 @@ $(function() { value: 'linear-gradient(top,rgb(255,0,0),rgb(0,0,0))', args: ['top', 'rgb(255,0,0)', 'rgb(0,0,0)'] }, - 'linear-gradient' + 'linear-gradient w/ rgb()' ); test_parse_background_image( @@ -210,7 +210,7 @@ $(function() { value: '-webkit-linear-gradient(red,black)', args: ['red','black'] }, - 'linear-gradient' + 'prefixed linear-gradient' ); test_parse_background_image(