aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
authortimmywil <tim.willison@thisismedium.com>2011-04-14 23:11:49 -0400
committertimmywil <tim.willison@thisismedium.com>2011-04-14 23:11:49 -0400
commitb6d21592cb2023ce8922781536b984e6d2654ad7 (patch)
tree75ca8dc90c095a09e86422027400c10d14f5eb35 /test/unit
parent8e1467f97eb8facb6677663794eb159eb8fedaab (diff)
downloadjquery-b6d21592cb2023ce8922781536b984e6d2654ad7.tar.gz
jquery-b6d21592cb2023ce8922781536b984e6d2654ad7.zip
Add support for setting the cellPadding attribute in IE6/7
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/attributes.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/attributes.js b/test/unit/attributes.js
index 87fa5625f..8ea27aa36 100644
--- a/test/unit/attributes.js
+++ b/test/unit/attributes.js
@@ -20,6 +20,7 @@ test("jQuery.attrFix integrity test", function() {
"class": "className",
maxlength: "maxLength",
cellspacing: "cellSpacing",
+ cellpadding: "cellPadding",
rowspan: "rowSpan",
colspan: "colSpan",
usemap: "useMap",