comparison: layout/reftests/forms/button/max-height-ref.html
layout/reftests/forms/button/max-height-ref.html
- branch
- TOR_BUG_9701
- changeset 11
- deefc01c0e14
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <style> |
|
3 button { |
|
4 height: 50px; |
|
5 padding: 23px; |
|
6 border: 1px solid black; |
|
7 box-sizing: border-box; |
|
8 overflow: hidden; |
|
9 } |
|
10 </style> |
|
11 <button>Some text</button> |