diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2013-05-13 20:37:42 -0400 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2013-05-13 20:37:42 -0400 |
commit | d80c6aca18240281f553a35d727c2891d4bc2b57 (patch) | |
tree | de7306aa2b27756769b55caabf0c78e94babc059 /test | |
parent | 3971c2ebb2e6729fe80bac4ee7b91bc02f26486f (diff) | |
download | jquery-d80c6aca18240281f553a35d727c2891d4bc2b57.tar.gz jquery-d80c6aca18240281f553a35d727c2891d4bc2b57.zip |
Ref 3971c2eb: Sync with 1.x-master
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/effects.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/effects.js b/test/unit/effects.js index 47bc9b4b6..d59ff84a6 100644 --- a/test/unit/effects.js +++ b/test/unit/effects.js @@ -1379,8 +1379,8 @@ test("line-height animates correctly (#13855)", function() { animated = jQuery( "<p style='line-height: 4;'>unitless</p>" + "<p style='line-height: 50px;'>px</p>" + - "<p style='line-height: 120%;'>percent</p>" + - "<p style='line-height: 1.5em;'>em</p>" + "<p style='line-height: 420%;'>percent</p>" + + "<p style='line-height: 2.5em;'>em</p>" ).appendTo("#qunit-fixture"), initialHeight = jQuery.map( animated, function( el ) { return jQuery( el ).height(); |