diff options
author | John Resig <jeresig@gmail.com> | 2011-04-16 09:17:34 -0700 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2011-04-16 09:17:34 -0700 |
commit | 5b197b6c5f429fefec20252945503f3ef3bc4748 (patch) | |
tree | 61ddf6ef87e87b91974c29c16f66897938d9141c /test | |
parent | 8312e2d852cc9825c321f53694f0f8ababcdefa0 (diff) | |
parent | b6d21592cb2023ce8922781536b984e6d2654ad7 (diff) | |
download | jquery-5b197b6c5f429fefec20252945503f3ef3bc4748.tar.gz jquery-5b197b6c5f429fefec20252945503f3ef3bc4748.zip |
Merge branch 'cellpadding_support' of https://github.com/timmywil/jquery into timmywil-cellpadding_support
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/attributes.js | 1 |
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", |