Index: test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb =================================================================== --- test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb (revision 17174) +++ test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb (working copy) @@ -80,7 +80,9 @@ 'p{border-right:1px}. text' => '

text

', 'p{border-top:1px}. text' => '

text

', 'p{border-bottom:1px}. text' => '

text

', + 'p{max-height:80px}. text' => '

text

', 'p{max-width:100px}. text' => '

text

', + 'p{height:40px}. text' => '

text

', 'p{width:50px}. text' => '

text

', }, false)