Project

General

Profile

Feature #26552 » 26552-test-height.diff

additional tests - Go MAEDA, 2018-01-11 14:19

View differences:

test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb (working copy)
80 80
      'p{border-right:1px}. text'    => '<p style="border-right:1px;">text</p>',
81 81
      'p{border-top:1px}. text'      => '<p style="border-top:1px;">text</p>',
82 82
      'p{border-bottom:1px}. text'   => '<p style="border-bottom:1px;">text</p>',
83
      'p{max-height:80px}. text'     => '<p style="max-height:80px;">text</p>',
83 84
      'p{max-width:100px}. text'     => '<p style="max-width:100px;">text</p>',
85
      'p{height:40px}. text'          => '<p style="height:40px;">text</p>',
84 86
      'p{width:50px}. text'          => '<p style="width:50px;">text</p>',
85 87
      }, false)
86 88

  
(5-5/5)