Feature #26552 » 26552-test-height.diff
| 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 | |
- « Previous
- 1
- …
- 3
- 4
- 5
- Next »